JAMS Developer Guide
Equals(AgentReference) Method


MVPSI.JAMS Namespace > AgentReference Class > Equals Method : Equals(AgentReference) Method
Compares two agent reference IDs to see if they represent the same ID
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal agentReference As AgentReference _
) As System.Boolean
'Usage
 
Dim instance As AgentReference
Dim agentReference As AgentReference
Dim value As System.Boolean
 
value = instance.Equals(agentReference)
public System.bool Equals( 
   AgentReference agentReference
)

Parameters

agentReference

Return Value

True if agent references match
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AgentReference Class
AgentReference Members
Overload List