NamedType.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(typeof(this) rhs)
  2. bool opEquals(typeof(this) rhs)
    struct NamedType(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
    inout
    static if(is(Tr == Comparable))
    bool
    opEquals
    (
    ref const typeof(this) rhs
    )
    if (
    is(TagT : Tag!U, )
    )

Meta