Method Equals
Equals(AffineTransform)
Returns true if the AffineTransform is equal to a given AffineTransform, false otherwise.
Declaration
public bool Equals(AffineTransform rhs)
Parameters
Type | Name | Description |
---|---|---|
AffineTransform | rhs | Right hand side argument to compare equality with. |
Returns
Type | Description |
---|---|
bool | The result of the equality comparison. |
Implements
Equals(object)
Returns true if the AffineTransform is equal to a given AffineTransform, false otherwise.
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | Right hand side argument to compare equality with. |
Returns
Type | Description |
---|---|
bool | The result of the equality comparison. |