Aspose::Page::XPS::XpsModel::XpsMatrix::Equals metod

XpsMatrix::Equals(System::SharedPtr<System::Object>) method

Avgör om det angivna System::Object är lika med detta objekt.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeBeskrivning
objSystem::SharedPtr<System::Object>Det System::Object att jämföra med detta objekt.

ReturnValue

true if the specified System::Object is equal to this instance; otherwise, false.

Se även

XpsMatrix::Equals(System::SharedPtr<XpsMatrix>, System::SharedPtr<XpsMatrix>) method

Den faktiska implementationen.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParameterTypeBeskrivning
enSystem::SharedPtr<XpsMatrix>Den första matrisen.
bSystem::SharedPtr<XpsMatrix>Den andra matrisen.

ReturnValue

[true] if martrix are equals

Se även