Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: bool operator==(RVariant, object)

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