JAMS Developer Guide
Equality Operator (BatchQueueReference)


MVPSI.JAMS Namespace > BatchQueueReference Class : Equality Operator
Compares two BatchQueueReference objects and returns bool if either side is null or sets left side equal to right side if there are no null values.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As BatchQueueReference, _
   ByVal right As BatchQueueReference _
) As System.Boolean
'Usage
 
public System.bool operator ==( 
   BatchQueueReference left,
   BatchQueueReference right
)

Parameters

left
right

Return Value

bool or left.QueueID == right.QueueID
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

BatchQueueReference Class
BatchQueueReference Members