DOMString.equals

Tells if a DOMString contains the same character data as another.

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

Parameters

other DOMString

The DOMString to be compared with.

Return Value

Type: bool

True if the two DOMStrings are same, false otherwise.

Meta