LocalValueEnumerator::Equals Method (Object^)
.NET Framework (current version)
Determines whether the provided LocalValueEnumerator is equivalent to this LocalValueEnumerator.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- obj
-
Type:
System::Object^
The LocalValueEnumerator to compare with the current LocalValueEnumerator.
Return Value
Type: System::Booleantrue if the specified LocalValueEnumerator is equal to the current LocalValueEnumerator; otherwise, false.
This implementation supports reference equality only.
.NET Framework
Available since 3.0
Available since 3.0
Show: