- Declared in: RT.KitchenSink.Collections.RVariant
- Overrides: object.Equals(object)
Declaration
public override bool Equals(
object other
)
Summary
Compares this RVariant to another object. If the other object is
a RVariant then performs a deep comparison of the two. Otherwise
compares the Value stored in this RVariant with the specified
object.