Prüft, ob zwei Regeln gleich sind. Dieser Vergleich beruht auf den Vergleich von deren String-Repräsentation
public: bool Equals( Rule other );
public bool Equals( Rule other );
Public Function Equals( other As Rule ) As bool
Parameters |
Description |
obj |
Das Rule-Objekt |
Copyright (c) 2005. All rights reserved.
|