Variant.opEquals

The following operators can be used with Variants on both sides. Note that these operators do not follow the standard rules of implicit conversions.

  1. int opEquals(T rhs)
    struct Variant
    int
    opEquals
    (
    T
    )
    (
    T rhs
    )
  2. bool opEquals(Variant other)

Meta