[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 bool Equals(
	Agent a
)

Parameters

a
Type: Clarion.Framework..::..Agent
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