System::Xml::operator== method

System::Xml::operator== method

2 つの 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.

参照