XmlNamespaceMapping.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs inequality comparison by value.
public:
static bool operator !=(System::Windows::Data::XmlNamespaceMapping ^ mappingA, System::Windows::Data::XmlNamespaceMapping ^ mappingB);
public static bool operator != (System.Windows.Data.XmlNamespaceMapping mappingA, System.Windows.Data.XmlNamespaceMapping mappingB);
static member op_Inequality : System.Windows.Data.XmlNamespaceMapping * System.Windows.Data.XmlNamespaceMapping -> bool
Public Shared Operator != (mappingA As XmlNamespaceMapping, mappingB As XmlNamespaceMapping) As Boolean
Parameters
- mappingA
- XmlNamespaceMapping
The first XmlNamespaceMapping object to compare.
- mappingB
- XmlNamespaceMapping
The second XmlNamespaceMapping object to compare.
Returns
true
if the two XmlNamespaceMapping objects are not the same; otherwise, false
.
Remarks
The equivalent method for this operator is the negation of XmlNamespaceMapping.Equals.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.