This documentation is archived and is not being maintained.

TFStringComparer::Equals Method (String, String)

Check whether the specified strings are equal.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
virtual bool Equals(
	String^ x, 
	String^ y
) override

Parameters

x
Type: System::String

The first string.

y
Type: System::String

The second string.

Return Value

Type: System::Boolean
True if the specified strings are equal; otherwise, false.

Implements

IEqualityComparer<T>::Equals(T, T)

Show: