RObject.Has Class Method
Returns whether the object is of the specified class.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
true if the object is of class name; otherwise false.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public bool HasClass(
string name
)
Parameters
- name String
- The name of the class.
Return Value
Booleantrue if the object is of class name; otherwise false.