Checks whether an object is an instance of the provided class

is.a(obj, obj.class)

Arguments

obj

the object to check the class from

obj.class

the class which we expect it to enherit from