Method Equals
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Implements
Equals(IRectangle, Object)
All IRectangle implementations should use this definition of System.Object.Equals(System.Object).
Declaration
public static bool Equals(IRectangle thiz, object o)
Parameters
Type |
Name |
Description |
IRectangle |
thiz |
|
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|