Constable Authorization Engine 2.0 BETA

UndoItemCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether this collection contains the specified IUndoItem.

[Visual Basic]
Public Function Contains( _
   ByVal item As IUndoItem _
) As Boolean
[C#]
public bool Contains(
   IUndoItem item
);

Parameters

item
The item reference.

Return Value

true if the collection contains the item; otherwise false.

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace