Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Equals(object)

  • 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.