Method Equals
Equals(Object)
Indicates whether some other object is "equal to" this one.
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other | the reference object with which to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if equal, false otherwise |
Overrides
System.Object.Equals(System.Object)