[This is preliminary documentation and is subject to change.]

Determines whether the specified object is a Condition and whether it is equal to this condition

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public override bool Equals(
	Object cond
)

Parameters

cond
Type: System..::..Object
The object against which equality it to be checked

Return Value

True if the object is a Condition and the two conditions are equal, otherwise False

See Also