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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.