Difference::Equals Method (Object^)

 

Determines whether two Difference objects are the same (have the same difference type and the same before and after matches).

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 Difference object.

Return Value

Type: System::Boolean

true if both objects are the same, otherwise false.

Return to top
Show: