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
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | System::SharedPtr<System::Object> | このインスタンスと比較するための System::Object。 |
ReturnValue
true if the specified System::Object is equal to this instance; otherwise, false.
参照
- Typedef SharedPtr
- Class Object
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| a | System::SharedPtr<XpsMatrix> | 最初の行列です。 |
| b | System::SharedPtr<XpsMatrix> | 2 番目の行列です。 |
ReturnValue
[true] if martrix are equals
参照
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++