Method Equals
Equals(Object)
The sub-classes of IShape generally implement the same contract for System.Object.Equals(System.Object) and System.Object.GetHashCode() amongst the same sub-interface type. This means, for example, that multiple Point implementations of different classes are equal if they share the same x & y.
Declaration
bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Returns
Type | Description |
---|---|
System.Boolean |