Match::Equals Method (Object^)

 

Determines whether two Match objects have the same left and right spans.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The second Match.

Return Value

Type: System::Boolean

True if both Match objects are the same, otherwise false.

Return to top
Show: