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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.