ConfiguratorAttribute.CompareTo Method Apache log4netâ„¢ SDK Documentation
Compare this instance to another ConfiguratorAttribute

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public int CompareTo(
	Object obj
)

Return Value

Type: OnlineInt32
see OnlineCompareTo(Object)

Implements

OnlineIComparable.CompareTo(Object)
Remarks

Compares the priorities of the two ConfiguratorAttribute instances. Sorts by priority in descending order. Objects with the same priority are randomly ordered.

See Also