LoadCaseCombinationCompareTo(LoadCaseCombination) Method

Compares another load-case-combination with this. The comparison is done via the name of the load-case-combination.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public int CompareTo(
	LoadCaseCombination other
)

Parameters

other  LoadCaseCombination
Other load-case-combination to compare to this.

Return Value

Int32
String comparison of the load-case-combination names.

Implements

IComparableTCompareTo(T)

See Also