Click or drag to resize

ByteArrayComparerCompare Method

[Missing <summary> documentation for "M:VelocityDb.Collection.Comparer.ByteArrayComparer.Compare(System.Byte[],System.Byte[])"]

Namespace:  VelocityDb.Collection.Comparer
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int Compare(
	byte[] a,
	byte[] b
)

Parameters

a
Type: SystemByte

[Missing <param name="a"/> documentation for "M:VelocityDb.Collection.Comparer.ByteArrayComparer.Compare(System.Byte[],System.Byte[])"]

b
Type: SystemByte

[Missing <param name="b"/> documentation for "M:VelocityDb.Collection.Comparer.ByteArrayComparer.Compare(System.Byte[],System.Byte[])"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VelocityDb.Collection.Comparer.ByteArrayComparer.Compare(System.Byte[],System.Byte[])"]

Implements

IComparerTCompare(T, T)
See Also