LocalValueEntry::Inequality Operator (LocalValueEntry, LocalValueEntry)
.NET Framework (current version)
Compares the specified LocalValueEnumerator instances to determine whether they are different.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- obj1
-
Type:
System.Windows::LocalValueEntry
The first instance to compare.
- obj2
-
Type:
System.Windows::LocalValueEntry
The second instance to compare.
Return Value
Type: System::BooleanThis implementation compares the values of the Property and Value components of a LocalValueEntry. The Property component of a LocalValueEntry is always a value type, so this comparison will always be a bitwise comparison. For the Value component, this implementation employs a bitwise comparison if it is a value type.
For locally set properties that have reference types, the behavior is deferred to that type's equality determination mechanisms, because it uses the == operator on the two values internally. By default, this is a reference equality of the values.
.NET Framework
Available since 3.0
Available since 3.0
Show: