Enum Betterness
Specifies if one of two items is better than the other.
Namespace: Flame.Collections
Assembly: Flame.dll
Syntax
public enum Betterness
Fields
Name | Description |
---|---|
Equal | Both items are equal. |
First | The first item is better than the second. |
Neither | Neither item is better than the other. |
Second | The second item is better than the second. |