LocalValueEnumerator::Equals Method (Object^)

 

Determines whether the provided LocalValueEnumerator is equivalent to this LocalValueEnumerator.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The LocalValueEnumerator to compare with the current LocalValueEnumerator.

Return Value

Type: System::Boolean

true if the specified LocalValueEnumerator is equal to the current LocalValueEnumerator; otherwise, false.

This implementation supports reference equality only.

.NET Framework
Available since 3.0
Return to top
Show: