System::Xml::operator== method
System::Xml::operator== method
두 XmlQualifiedName 객체를 비교합니다.
bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| a | const SharedPtr<XmlQualifiedName>& | 비교할 XmlQualifiedName 객체. |
| b | const SharedPtr<XmlQualifiedName>& | 비교할 XmlQualifiedName 객체. |
ReturnValue
true if the two objects have the same name and namespace values; otherwise, false.
또 보기
- Typedef SharedPtr
- Class XmlQualifiedName
- Namespace System::Xml
- Library Aspose.Page for C++