Aspose::Page::XPS::XpsModel::XpsMatrix::Equals methode

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

Bepaalt of het opgegeven System::Object gelijk is aan deze instantie.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeBeschrijving
objSystem::SharedPtr<System::Object>Het System::Object om te vergelijken met deze instantie.

ReturnValue

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

Zie ook

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

De daadwerkelijke implementatie.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
ParameterTypeBeschrijving
eenSystem::SharedPtr<XpsMatrix>De eerste matrix.
bSystem::SharedPtr<XpsMatrix>De tweede matrix.

ReturnValue

[true] if martrix are equals

Zie ook