TextView.opEquals

Is this Text equal to another?

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

Meta