hashEquals

bool hashEquals(in int this, in int other)

Returns true when two int keys are equal.

in int
this
in int
other
bool hashEquals(in long this, in long other)

Returns true when two long keys are equal.

in long
this
in long
other
bool hashEquals(in nint this, in nint other)

Returns true when two nint keys are equal.

in nint
this
in nint
other
bool hashEquals(in nuint this, in nuint other)

Returns true when two nuint keys are equal.

in nuint
this
in nuint
other
bool hashEquals(in sbyte this, in sbyte other)

Returns true when two sbyte keys are equal.

in sbyte
this
in sbyte
other
bool hashEquals(in short this, in short other)

Returns true when two short keys are equal.

in short
this
in short
other
bool hashEquals(in string this, in string other)

Returns true when two strings have the same content.

in string
this
in string
other
bool hashEquals(in uint this, in uint other)

Returns true when two uint keys are equal.

in uint
this
in uint
other
bool hashEquals(in ulong this, in ulong other)

Returns true when two ulong keys are equal.

in ulong
this
in ulong
other
bool hashEquals(in ushort this, in ushort other)

Returns true when two ushort keys are equal.

in ushort
this
in ushort
other

Generated with campc v0.6.0-preview.1+4dde68eca4014e9b19e7d7ad0fdae6b2036be640.