UserServer.Contains (Int32) Method
public abstract bool Contains(
int id
)
This language is not supported or no code example is available.
public:
virtual bool Contains(
int id
) abstract
This language is not supported or no code example is available.
public abstract function Contains(
id : int
) : boolean;
This language is not supported or no code example is available.
Parameters
-
id
-
int
Return Value
bool
In this article
Definition