DOMString.opEquals

Compares the string against various other types or itself using the == and != operators.

class DOMString
@safe pure const
bool
opEquals
(
R
)
()

Parameters

other R

The instance of the type to be tested against.

Return Value

Type: bool

True if they have the same textual data, false otherwise.

Meta