Class UInt64EqualityComparer
Inheritance
System.Object
System.Collections.Generic.EqualityComparer<System.UInt64>
UInt64EqualityComparer
Implements
System.Collections.Generic.IEqualityComparer<System.UInt64>
System.Collections.IEqualityComparer
Inherited Members
System.Collections.Generic.EqualityComparer<System.UInt64>.System.Collections.IEqualityComparer.Equals(System.Object, System.Object)
System.Collections.Generic.EqualityComparer<System.UInt64>.System.Collections.IEqualityComparer.GetHashCode(System.Object)
System.Collections.Generic.EqualityComparer<System.UInt64>.Default
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System.Collections.Generic
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class UInt64EqualityComparer : EqualityComparer<ulong>, IEqualityComparer<ulong>, IEqualityComparer
Methods
| Improve this Doc View SourceEquals(UInt64, UInt64)
Declaration
public override bool Equals(ulong x, ulong y)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | x | |
System.UInt64 | y |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Collections.Generic.EqualityComparer<System.UInt64>.Equals(System.UInt64, System.UInt64)
|
Improve this Doc
View Source
GetHashCode(UInt64)
Declaration
public override int GetHashCode(ulong val)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | val |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.EqualityComparer<System.UInt64>.GetHashCode(System.UInt64)
Implements
System.Collections.Generic.IEqualityComparer<T>
System.Collections.IEqualityComparer