Click or drag to resize

ProductCompareTo Method (Object)

Compare 2 Products.

Namespace:  Kaos.Combinatorics
Assembly:  KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax
C#
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
Target of the comparison.

Return Value

Type: Int32
A signed integer indicating the sort order of this instance to obj.

Implements

IComparableCompareTo(Object)
See Also