Determines whether the specified Object is equal to the current Object.
Namespace:
Gallio.Common.Reflection
Assembly:
Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public override bool Equals(
Object obj
) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _
obj As Object _
) As Boolean |
Parameters
- obj
- Type: System..::.Object
The Object to compare with the current Object.
Return Value
true if the specified
Object is equal to the current
Object; otherwise, false.
Exceptions
| Exception | Condition |
|---|
| System..::.NullReferenceException |
The obj parameter is null.
|
See Also