System::Xml::operator== method

System::Xml::operator== method

比较两个 XmlQualifiedName 对象。

bool System::Xml::operator==(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParameterType描述
aconst SharedPtr<XmlQualifiedName>&要比较的 XmlQualifiedName
bconst SharedPtr<XmlQualifiedName>&要比较的 XmlQualifiedName

ReturnValue

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

另见