summaryM:DotNetNuke.Services.Log.EventLog.LogInfoArray.Contains(System.Object)

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool Contains(
	Object value
)
Visual Basic
Public Function Contains ( 
	value As Object
) As Boolean

Parameters

value
Type: System..::..Object
paramvalueM:DotNetNuke.Services.Log.EventLog.LogInfoArray.Contains(System.Object)

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogInfoArray.Contains(System.Object)

Implements

IList..::..Contains(Object)

See Also