Пример #1
0
 public int CompareTo(ManifestId_t other) => Value.CompareTo(other.Value);
Пример #2
0
 public int CompareTo(UGCQueryHandle_t other)
 {
     return(m_UGCQueryHandle.CompareTo(other.m_UGCQueryHandle));
 }
 public int CompareTo(VkDescriptorSetLayout other) => Value.CompareTo(other.Value);
Пример #4
0
 public int CompareTo(CSteamID other)
 {
     return(m_SteamID.CompareTo(other.m_SteamID));
 }
Пример #5
0
 public int CompareTo(VkCommandPool other) => Value.CompareTo(other.Value);
Пример #6
0
 public int CompareTo(SteamInventoryUpdateHandle_t other) => Value.CompareTo(other.Value);
Пример #7
0
 public readonly int CompareTo(StreamRevision other) => _value.CompareTo(other._value);
Пример #8
0
 public int CompareTo(UGCFileWriteStreamHandle_t other) => Value.CompareTo(other.Value);
Пример #9
0
 public int CompareTo(SteamLeaderboardEntries_t other) => Value.CompareTo(other.Value);
Пример #10
0
 public int CompareTo(PublishedFileUpdateHandle_t other) => Value.CompareTo(other.Value);
Пример #11
0
 public int CompareTo(PublishedFileId other) => Value.CompareTo(other.Value);
Пример #12
0
 public int CompareTo(JobID_t other) => Value.CompareTo(other.Value);
Пример #13
0
 public int CompareTo(PartyBeaconID_t other) => Value.CompareTo(other.Value);
Пример #14
0
 public int CompareTo(SiteId_t other) => Value.CompareTo(other.Value);
Пример #15
0
 public int CompareTo(UGCUpdateHandle_t other) => Value.CompareTo(other.Value);
Пример #16
0
 public int CompareTo(InputActionSetHandle_t other) => Value.CompareTo(other.Value);
Пример #17
0
 public int CompareTo(InventoryItemId other) => Value.CompareTo(other.Value);
Пример #18
0
 public int CompareTo(InputDigitalActionHandle_t other) => Value.CompareTo(other.Value);
Пример #19
0
 public int CompareTo(Fixed8 other)
 {
     return(value.CompareTo(other.value));
 }
Пример #20
0
 public int CompareTo(InputAnalogActionHandle_t other) => Value.CompareTo(other.Value);
Пример #21
0
 public int CompareTo(VkPerformanceConfigurationINTEL other) => Value.CompareTo(other.Value);
Пример #22
0
 public int CompareTo(ControllerHandle_t other) => Value.CompareTo(other.Value);
Пример #23
0
 public int CompareTo(SteamItemInstanceID_t other)
 {
     return(m_SteamItemInstanceID.CompareTo(other.m_SteamItemInstanceID));
 }
Пример #24
0
 public int CompareTo(ControllerDigitalActionHandle_t other) => Value.CompareTo(other.Value);
 public int CompareTo(ControllerAnalogActionHandle_t other)
 {
     return(m_ControllerAnalogActionHandle.CompareTo(other.m_ControllerAnalogActionHandle));
 }
Пример #26
0
 public int CompareTo(ControllerAnalogActionHandle_t other) => Value.CompareTo(other.Value);
Пример #27
0
 public int CompareTo(EGID other)
 {
     return(_GID.CompareTo(other._GID));
 }
Пример #28
0
 public int CompareTo(UGCQueryHandle_t other) => Value.CompareTo(other.Value);
Пример #29
0
		public int CompareTo(CGameID other) {
			return m_GameID.CompareTo(other.m_GameID);
		}
Пример #30
0
 public int CompareTo(SteamAPICall_t other) => Value.CompareTo(other.Value);