- Declared in: RT.KitchenSink.Collections.RVariant
Declaration
public static bool operator==(
RVariant a,
object b
)
Summary
Compares RVariant to another object. If the RVariant and the object are not
null, uses
RVariant.Equals(object) to do the comparison.