Compare this instance to another ConfiguratorAttribute
Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- obj
- Type: SystemObject
the object to compare to
Return Value
Type: Int32see 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