XmlNamespaceMapping.Equality(XmlNamespaceMapping, XmlNamespaceMapping) 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 equality 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 ( = ) : 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 the same; otherwise, false
.
Remarks
The equivalent method for this operator is XmlNamespaceMapping.Equals.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.