Compares two filters (ignores the instance ID)

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::.Object
A Filter instance to compare to the current instance.

Return Value

true if the two filters are equal; otherwise, false

See Also