Text.opEquals

Is this Text equal to the text of something else?

  1. bool opEquals(Object o)
  2. bool opEquals(const(T)[] s)
    class Text(T)
    final override
    bool
    opEquals
    (
    const(T)[] s
    )

Meta