SdkHandleEquals Method |  |
Determines whether the specified Object is equal to the current Object.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- The Object to compare with the current Object.
Return Value
Boolean
true if the specified
Object is equal to the current
Object; otherwise, false.
Exceptions| Exception | Condition |
|---|
| NullReferenceException | The obj parameter is null.
|
RemarksThe == operator compares two references only.
See Also