SuperStruct.opEquals

Compare one SuperStruct to another of the same type.

Invokes opEquals if the contained types are comparable. Otherwise returns false.

  1. bool opEquals(T other)
  2. auto opEquals(typeof(this) other)
    struct SuperStruct(SubTypes...)
    opEquals
    ()

Meta