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
| Parameter | Type | 描述 |
|---|---|---|
| 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)
| Parameter | Type | 描述 |
|---|---|---|
| 一个 | System::SharedPtr<XpsMatrix> | 第一个矩阵。 |
| b | System::SharedPtr<XpsMatrix> | 第二个矩阵。 |
ReturnValue
[true] if martrix are equals
另见
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++