Method Equals
Equals(object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current instance. |
Returns
Type | Description |
---|---|
bool | Returns |
Overrides
Equals(ClipBackgroundRegion)
Compares this object with another ClipBackgroundRegion
.
Declaration
public bool Equals(ClipBackgroundRegion other)
Parameters
Type | Name | Description |
---|---|---|
ClipBackgroundRegion | other | The object to compare with. |
Returns
Type | Description |
---|---|
bool | Returns true if |