Which statement returns 1 (true)?
a = 'stand' b = "stand"
class(a) == class(b)
length(a) == length(b)
ischar(b)
a == b