DOMString.equals

Compares the content of a D string against a DOMString.

  1. bool equals(XMLCh* other)
  2. bool equals(DOMString other)
  3. bool equals(T other)
    class DOMString
    @safe pure const
    bool
    equals
    (
    T
    )
    ()

Parameters

other T

The D string to be compared with.

Return Value

Type: bool

True if their textual data are the same, false otherwise.

Meta