Skip to main content

ByteArrayExtensions

Assembly: ServiceStack.Common.dll​
View Source​
Declaration
public static class ByteArrayExtensions

Methods​

AreEqual(Byte[], Byte[])​

View Source​
Declaration
public static bool AreEqual(this byte[] b1, byte[] b2)
Returns​

System.Boolean

Parameters​
TypeName
System.Byte[]b1
System.Byte[]b2

ToSha1Hash(Byte[])​

View Source​
Declaration
public static byte[] ToSha1Hash(this byte[] bytes)
Returns​

System.Byte[]

Parameters​
TypeName
System.Byte[]bytes