Click or drag to resize

CompareByFieldKeyCompareField Method

For internal use. Compares a field value in two objects

Namespace:  VelocityDb.Collection.Comparer
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int CompareField(
	DataMember member,
	Object a,
	Object b,
	int fieldIndex
)

Parameters

member
Type: VelocityDb.TypeInfoDataMember
Field meta data
a
Type: SystemObject
First object
b
Type: SystemObject
Second object
fieldIndex
Type: SystemInt32
indicates which of the fields in this comparer

Return Value

Type: Int32
A 32-bit signed integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the value parameter.
See Also