TStructHelpers.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Object other)
  2. bool opEquals(This other)
    mixintemplate TStructHelpers(alias fieldMetaData = cast(TFieldMeta[])null)
    const
    static if(!(is(This _ == class)))
    bool
    opEquals
    (
    ref const This other
    )
    if (
    is(typeof(fieldMetaData) : TFieldMeta[])
    )

Meta