TextView.equals

Is this Text equal to the the provided text?

  1. bool equals(const(TextView) other)
  2. bool equals(const(T)[] other)
    class TextView(T)
    abstract const
    bool
    equals
    (
    const(T)[] other
    )

Meta