IRCUser.opEquals

Compares two IRCUsers with each other, ignoring members considered to be extra or optional.

struct IRCUser
const pure @safe nothrow @nogc
opEquals
()

Parameters

that IRCUser

Second user to compare this one with.

Return Value

Type: auto

true if the users match, false if not.

Meta