Skip to main content

ByteArrayComparer

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class ByteArrayComparer : IEqualityComparer<byte[]>

Fields

Instance

View Source
Declaration
public static ByteArrayComparer Instance

Methods

Equals(Byte[], Byte[])

View Source
Declaration
public bool Equals(byte[] left, byte[] right)
Returns

System.Boolean

Parameters
TypeName
System.Byte[]left
System.Byte[]right

GetHashCode(Byte[])

View Source
Declaration
public int GetHashCode(byte[] key)
Returns

System.Int32

Parameters
TypeName
System.Byte[]key

Implements

  • System.Collections.Generic.IEqualityComparer<System.Byte[]>