In This Topic
Determines whether the specified object is equal to the current object.
Determines whethetr the OID equals another object.
Syntax
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare with the current object.The object to compare to. May be an OID or a string representing an OID.
Return Value
true if the specified object is equal to the current object; otherwise, false.
See Also