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> | 두 번째 행렬. |
ReturnValue
[true] if martrix are equals
또 보기
- Typedef SharedPtr
- Class XpsMatrix
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++