Determines whether the specified Object is equal to this instance.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic |
---|
Public Overrides Function Equals ( obj As Object ) As Boolean |
Parameters
- obj
- Type: System..::..Object
The Object to compare with this instance.
Return Value
Type: Booleantrue if the specified Object is equal to this instance; otherwise, false.