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
ParameterTipeDeskripsi
objSystem::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

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)
ParameterTipeDeskripsi
aSystem::SharedPtr<XpsMatrix>Matriks pertama.
bSystem::SharedPtr<XpsMatrix>Matriks kedua.

ReturnValue

[true] if martrix are equals

Lihat Juga