Matrix.Equals
Matrix.Equals method
Tests whether the specified object is a Matrix and is identical to this Matrix.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The object to test. |
Return Value
This method returns true if obj is the specified Matrix identical to this Matrix; otherwise, false.
See Also
- class Matrix
- namespace Aspose.Page.Drawing.Drawing2D
- assembly Aspose.Page