XpsMatrix.Equals
Equals(object)
Belirtilenin olup olmadığını belirler.Object bu örneğe eşittir.
public override bool Equals(object obj)
Parametre | Tip | Tanım |
---|---|---|
obj | Object | buObject bu örnekle karşılaştırmak için. |
Geri dönüş değeri
doğru
eğer belirtilenObject bu örneğe eşittir; aksi takdirde,YANLIŞ
.
Ayrıca bakınız
- class XpsMatrix
- ad alanı Aspose.Page.XPS.XpsModel
- toplantı Aspose.Page
Equals(XpsMatrix, XpsMatrix)
Gerçek uygulama.
public static bool Equals(XpsMatrix a, XpsMatrix b)
Parametre | Tip | Tanım |
---|---|---|
a | XpsMatrix | İlk matris. |
b | XpsMatrix | İkinci matris. |
Geri dönüş değeri
[true] matris eşitse
Ayrıca bakınız
- class XpsMatrix
- ad alanı Aspose.Page.XPS.XpsModel
- toplantı Aspose.Page