Aspose::Page::XPS::XpsModel::XpsMatrix::Equals metode
XpsMatrix::Equals(System::SharedPtr<System::Object>) method
Menentukan apakah System::Object yang ditentukan sama dengan instance ini.
bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| obj | System::SharedPtr<System::Object> | Objek System::Object untuk dibandingkan dengan instance ini. |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
Lihat Juga
- Typedef SharedPtr
- Class Object
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::Equals(System::SharedPtr<XpsMatrix>, System::SharedPtr<XpsMatrix>) method
Implementasi sebenarnya.
static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | Matriks pertama. |
| b | System::SharedPtr<XpsMatrix> | Matriks kedua. |
ReturnValue
[true] if martrix are equals
Lihat Juga
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++