Method Equals
Equals(Object)
Returns a value that indicates whether the current instance is equal to a specified object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to make the comparison with. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(Matrix)
Returns a value that indicates whether the current instance is equal to the specified object.
Declaration
public bool Equals(Matrix other)
Parameters
Type | Name | Description |
---|---|---|
Matrix | other | Object to make the comparison with. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Implements
System.IEquatable<T>.Equals(T)
Equals(ref Matrix, ref Matrix)
Determines whether the specified object instances are considered equal.
Declaration
public static bool Equals(ref Matrix value1, ref Matrix value2)
Parameters
Type | Name | Description |
---|---|---|
Matrix | value1 | |
Matrix | value2 |
Returns
Type | Description |
---|---|
System.Boolean |
|