XpsMatrix.Equals
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
.
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Equals(XpsMatrix, XpsMatrix)
The actual implementation.
public static bool Equals(XpsMatrix a, XpsMatrix b)
Parameter | Type | Description |
---|---|---|
a | XpsMatrix | The first matrix. |
b | XpsMatrix | The second matrix. |
Return Value
[true] if martrix are equals
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page