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