Click or drag to resize

CaexValueCompareTo Method

Type based comparison of attribute values.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj  Object
The object to be comapred with

Return Value

Int32
The comparison result.

Implements

IComparableCompareTo(Object)
See Also