EventLogPermissionEntryCollection::Contains Method (EventLogPermissionEntry^)

 

Determines whether this collection contains a specified EventLogPermissionEntry.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
bool Contains(
	EventLogPermissionEntry^ value
)

Return Value

Type: System::Boolean

true if the specified EventLogPermissionEntry belongs to this collection; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: