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

Compares the specified agent to this agent

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public override bool Equals(
	Object a
)

Parameters

a
Type: System..::..Object
The agent against which this agent will be checked for equality

Return Value

True if the specified agent is equal to this agent, otherwise false

See Also