NUnitForms Class Library

FormCollection.Contains Method 

Returns a boolean to indicate whether the supplied form exists in this collection.

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

Parameters

form
The form to check for existence.

Return Value

true if the form is in the collection, false otherwise.

See Also

FormCollection Class | NUnit.Extensions.Forms Namespace