Equals Method
Equals(Object)
Tests whether obj is a Int32Rect with
the same location
and size of this Rectangle.
Declaration
public override readonly bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.ValueType.Equals(System.Object)
Equals(Int32Rect)
Indicates whether the current object is equal to another object of the same type.
Declaration
public readonly bool Equals(Int32Rect other)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32Rect | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)