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
- left 
 Type: System.Object- The left element. 
- right 
 Type: System.Object- The right element. 
Return Value
Type: System.Boolean
True if the two elements are equal.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.