XpsMatrix.Equals
Equals(object)
Bepaalt of de opgegevenObject is gelijk aan deze instantie.
public override bool Equals(object obj)
Parameter | Type | Beschrijving |
---|---|---|
obj | Object | DeObject te vergelijken met dit exemplaar. |
Winstwaarde
WAAR
als de opgegevenObject is gelijk aan deze instantie; anders,vals
.
Zie ook
- class XpsMatrix
- naamruimte Aspose.Page.XPS.XpsModel
- montage Aspose.Page
Equals(XpsMatrix, XpsMatrix)
De daadwerkelijke implementatie.
public static bool Equals(XpsMatrix a, XpsMatrix b)
Parameter | Type | Beschrijving |
---|---|---|
a | XpsMatrix | De eerste matrijs. |
b | XpsMatrix | De tweede matrijs. |
Winstwaarde
[waar] als martrix gelijk is
Zie ook
- class XpsMatrix
- naamruimte Aspose.Page.XPS.XpsModel
- montage Aspose.Page