Click or drag to resize

SdkHandleEquals Method

Determines whether the specified Object is equal to the current Object.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public 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
ExceptionCondition
NullReferenceExceptionThe obj parameter is null.
Remarks
The == operator compares two references only.
See Also