nsISupports
Last changed in Gecko 1.7 boolean isSameEventGroup(in nsIDOMEventGroup other); |
Reports whether or not another event group is the same as this one.
boolean isSameEventGroup( in nsIDOMEventGroup other );
other
nsIDOMEventGroup
object to compare against.Returns true
if the two objects are the same, otherwise false
.