示例#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);
示例#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);