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>2 番目の行列です。

ReturnValue

[true] if martrix are equals

参照