Summary
Returns a boolean indicating whether the given Object is equal to this matrix instance.
Syntax
public override bool Equals(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | The Object to compare against. |
Return Value
Type | Description |
---|---|
bool | True if the Object is equal to this matrix; False otherwise. |