EmployeeCompareTo Method

Compares employees by their penalty.

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public int CompareTo(
	Employee e
)

Parameters

e  Employee
The Employee to compare to.

Return Value

Int32
Less than zero if this Employee precedes e, greater than zero if it follows e, zero otherwise.

Implements

IComparableTCompareTo(T)

See Also