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