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