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