Class UInt64EqualityComparer
Inheritance
System.Object
UInt64EqualityComparer
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class UInt64EqualityComparer : EqualityComparer<UInt64>
Methods
|
Improve this Doc
View Source
Equals(UInt64, UInt64)
Declaration
public override bool Equals(UInt64 x, UInt64 y)
Parameters
Type |
Name |
Description |
UInt64 |
x |
|
UInt64 |
y |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode(UInt64)
Declaration
public override int GetHashCode(UInt64 val)
Parameters
Type |
Name |
Description |
UInt64 |
val |
|
Returns
Type |
Description |
System.Int32 |
|