◆ operator==()

static bool operator== ( UniqueStringID  x,
UniqueStringID  y 
)
static
Parameters
xfirst object to compare
yother object to compare
Returns
Returns true if the two provided UniqueStringID objects have the same stats, false if not. Also returns true if BOTH objects are null, but false if only one of them is.