Returns whether the specified element class is the same one as this. This is generally of no use, since you can directly access the class of any element via .class
Returns whether the specified element class is the same one as this. This is generally of no use, since you can directly access the class of any element via .class
1 string class
the class name to compare.
1 bool
whether it is the same class.