EOS_EComparisonOp

EOS API reference page for EOS_EComparisonOp

2 mins to read

Remarks

All comparison operators associated with parameters in a search query

See Also

EOS_LobbySearch_SetParameter, EOS_SessionSearch_SetParameter

Values

EOS_EComparisonOp

Enumerated ValueMeaning
EOS_CO_EQUALValue must equal the one stored on the lobby/session
EOS_CO_NOTEQUALValue must not equal the one stored on the lobby/session
EOS_CO_GREATERTHANValue must be strictly greater than the one stored on the lobby/session
EOS_CO_GREATERTHANOREQUALValue must be greater than or equal to the one stored on the lobby/session
EOS_CO_LESSTHANValue must be strictly less than the one stored on the lobby/session
EOS_CO_LESSTHANOREQUALValue must be less than or equal to the one stored on the lobby/session
EOS_CO_DISTANCEPrefer values nearest the one specified ie. abs(SearchValue-SessionValue) closest to 0
EOS_CO_ANYOFValue stored on the lobby/session may be any from a specified list
EOS_CO_NOTANYOFValue stored on the lobby/session may NOT be any from a specified list
EOS_CO_ONEOFThis one value is a part of a collection
EOS_CO_NOTONEOFThis one value is NOT part of a collection
EOS_CO_CONTAINSThis value is a CASE SENSITIVE substring of an attribute stored on the lobby/session