nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)boolean equals(in nsIJumpListItem item); |
Attribute | Type | Description |
type | short | Retrieves the jump list item type. Read only. |
Constant | Value | Description |
JUMPLIST_ITEM_EMPTY | 0 | Empty list item. |
JUMPLIST_ITEM_SEPARATOR | 1 | Separator. |
JUMPLIST_ITEM_LINK | 2 | Web link item. |
JUMPLIST_ITEM_SHORTCUT | 3 | Application shortcut. |
Compare this item to another.
Compares the type and other properties specific to this item's type:
boolean equals( in nsIJumpListItem item );
item
nsIJumpListItem
to compare to.true
if items are the same, otherwise false