LocalValueEnumerator::Equality Operator (LocalValueEnumerator, LocalValueEnumerator)
.NET Framework (current version)
Compares whether two specified LocalValueEnumerator objects are the same.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- obj1
-
Type:
System.Windows::LocalValueEnumerator
The first object to compare.
- obj2
-
Type:
System.Windows::LocalValueEnumerator
The second object to compare.
Return Value
Type: System::Booleantrue if the obj1LocalValueEnumerator is equal to the obj2LocalValueEnumerator; otherwise, false.
This implementation supports reference equality only.
.NET Framework
Available since 3.0
Available since 3.0
Show: