Click or drag to resize

FndTimeStampAttribute.CompareTo Method

Compares two attributes. Used in 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 to

Return Value

Type: Int32
0 if equal
See Also