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
ParameterType描述
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)
ParameterType描述
一个System::SharedPtr<XpsMatrix>第一个矩阵。
bSystem::SharedPtr<XpsMatrix>第二个矩阵。

ReturnValue

[true] if martrix are equals

另见