Class UInt32EqualityComparer
Inheritance
System.Object
System.Collections.Generic.EqualityComparer<System.UInt32>
UInt32EqualityComparer
Implements
System.Collections.Generic.IEqualityComparer<System.UInt32>
System.Collections.IEqualityComparer
Inherited Members
System.Collections.Generic.EqualityComparer<System.UInt32>.System.Collections.IEqualityComparer.Equals(System.Object, System.Object)
System.Collections.Generic.EqualityComparer<System.UInt32>.System.Collections.IEqualityComparer.GetHashCode(System.Object)
System.Collections.Generic.EqualityComparer<System.UInt32>.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 UInt32EqualityComparer : EqualityComparer<uint>, IEqualityComparer<uint>, IEqualityComparer
Methods
| Improve this Doc View SourceEquals(UInt32, UInt32)
Declaration
public override bool Equals(uint x, uint y)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | x | |
System.UInt32 | y |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Collections.Generic.EqualityComparer<System.UInt32>.Equals(System.UInt32, System.UInt32)
|
Improve this Doc
View Source
GetHashCode(UInt32)
Declaration
public override int GetHashCode(uint val)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | val |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.EqualityComparer<System.UInt32>.GetHashCode(System.UInt32)
Implements
System.Collections.Generic.IEqualityComparer<T>
System.Collections.IEqualityComparer