'Declaration Public Overrides Function Equals( _ ByVal obj As System.Object _ ) As System.Boolean
public override System.bool Equals( System.object obj )
Parameters
- obj
- Another object to compare to.
Return Value
True if the objects are equal.
'Declaration Public Overrides Function Equals( _ ByVal obj As System.Object _ ) As System.Boolean
public override System.bool Equals( System.object obj )