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