System::Xml::operator== method

System::Xml::operator== method

XmlQualifiedName 객체를 비교합니다.

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
매개변수형식설명
aconst SharedPtr<XmlQualifiedName>&비교할 XmlQualifiedName 객체.
bconst SharedPtr<XmlQualifiedName>&비교할 XmlQualifiedName 객체.

ReturnValue

true if the two objects have the same name and namespace values; otherwise, false.

또 보기