Text.equals

Is this Text equal to the provided text?

  1. bool equals(const(TextViewT) other)
  2. bool equals(const(T)[] other)
    class Text(T)
    final override const
    bool
    equals
    (
    const(T)[] other
    )

Meta