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