Click or drag to resize

FndIntegerAttribute.CompareTo Method

Compares two attributes. Used for sorting.

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public override int CompareTo(
	FndAttribute attr
)

Parameters

attr
Type: Ifs.Fnd.Data.FndAttribute
Attribute to compare with

Return Value

Type: Int32
0 if attribute values are equal, a value less than 0 if the value of this attribute is less than the value of the specified attribute. A value greater than 0 is returned if the value of this attribute is greater than the value of the specified attribute.
See Also