Determines whether the specified Object is equal to the current Object.
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public override bool Equals( Object obj ) |
| Visual Basic |
|---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
| JScript |
|---|
public override function Equals( obj : Object ) : boolean |
Parameters
- obj
- Type: System..::..Object