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