Matrix.Equals
Contents
[
Hide
]Equals(Matrix, Matrix)
Determines whether two matrixes are equal.
public static bool Equals(Matrix a, Matrix b)
Parameter | Type | Description |
---|---|---|
a | Matrix | The first matrix to compare. |
b | Matrix | The second matrix to compare. |
Return Value
True if matrixes are equal.
See Also
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Equals(object)
Determines whether the specified Object is equal to this instance.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Object to compare with this instance. |
Return Value
true
if the specified Object is equal to this instance; otherwise, false
.
Exceptions
exception | condition |
---|---|
NullReferenceException | The obj parameter is null. |
See Also
- class Matrix
- namespace Aspose.Imaging
- assembly Aspose.Imaging