Returns true if two objects are equal.
Namespace:
Gallio.FrameworkAssembly: 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.
