Home
last modified time | relevance | path

Searched defs:first (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogLevel.cs64 public static bool operator <(LogLevel first, LogLevel second) in operator <()
69 public static bool operator <=(LogLevel first, LogLevel second) in operator <=()
74 public static bool operator >(LogLevel first, LogLevel second) in operator >()
79 public static bool operator >=(LogLevel first, LogLevel second) in operator >=()
84 public static bool operator ==(LogLevel first, LogLevel second) in operator ==()
95 public static bool operator !=(LogLevel first, LogLevel second) in operator !=()