Returns true if two objects are equal.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
bool Equals(
	Object left,
	Object right
)
Visual Basic (Declaration)
Function Equals ( _
	left As Object, _
	right As Object _
) As Boolean

Parameters

left
Type: System..::.Object
The left object, may be null.
right
Type: System..::.Object
The right object, may be null.

Return Value

True if the objects are equal.

See Also