ConfiguratorAttributeCompareTo Method Apache log4net™ SDK Documentation
Compare this instance to another ConfiguratorAttribute

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
the object to compare to

Return Value

Type: Int32
see CompareTo(Object)

Implements

IComparableCompareTo(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

Reference