SC_User_Equals()
Compares two user objects.
Synopsis:
#include <scoreloop/sc_user.h>
SC_Bool_t SC_User_Equals(SC_User_h self, SC_User_h other)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
- other
-
An opaque handle for the another SC_User instance.
Library:
libscoreloopcoreDescription:
This method returns true if both objects are equal, otherwise it returns false.
Returns:
SC_Bool_t The result of the comparison, true/false.