DOMString.equals

Compare a DOMString with a null-terminated raw 16-bit character string.

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

Parameters

other XMLCh*

The character string to be compared with.

Return Value

Type: bool

True if the strings are the same, false otherwise.

Meta