System::Xml::operator!= yöntemi

System::Xml::operator!= method

İki XmlQualifiedName nesnesini karşılaştırır.

bool System::Xml::operator!=(const SharedPtr<XmlQualifiedName> &a, const SharedPtr<XmlQualifiedName> &b)
ParametreTürAçıklama
aconst SharedPtr<XmlQualifiedName>&Karşılaştırmak için bir XmlQualifiedName.
bconst SharedPtr<XmlQualifiedName>&Karşılaştırmak için bir XmlQualifiedName.

ReturnValue

true if the name and namespace values for the two objects differ; otherwise, false.

Ayrıca Bakınız