Checks whether the Variant equals to the specified object.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- other
- The object to be converted to the Variant and compared with this.
Return Value
True
if the variants are equal, False
othervise.