Share via


DiffLineComparer.Equals Method (Object, Object)

Returns true if the given elements are equal.

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

Syntax

'Declaration
Public Function Equals ( _
    left As Object, _
    right As Object _
) As Boolean
public bool Equals(
    Object left,
    Object right
)
public:
bool Equals(
    Object^ left, 
    Object^ right
)
member Equals : 
        left:Object * 
        right:Object -> bool
public function Equals(
    left : Object, 
    right : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the two elements are equal.

.NET Framework Security

See Also

Reference

DiffLineComparer Class

Equals Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace