Aspose::Page::XPS::XpsModel::XpsMatrix::Equals 메서드

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

지정된 System::Object가 이 인스턴스와 같은지 확인합니다.

bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<System::Object> obj) override
매개변수형식설명
objSystem::SharedPtr<System::Object>이 인스턴스와 비교할 System::Object.

ReturnValue

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

또 보기

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

실제 구현.

static bool Aspose::Page::XPS::XpsModel::XpsMatrix::Equals(System::SharedPtr<XpsMatrix> a, System::SharedPtr<XpsMatrix> b)
매개변수형식설명
aSystem::SharedPtr<XpsMatrix>첫 번째 행렬.
bSystem::SharedPtr<XpsMatrix>두 번째 행렬.

ReturnValue

[true] if martrix are equals

또 보기