'UsageDim instance As StatusCode Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
 - The object to compare with the current instance.
 
Return Value
true if obj and this instance are the same type and represent the same value; otherwise, false.