JAMS Developer Guide
Equals(BatchQueueReference) Method


MVPSI.JAMS Namespace > BatchQueueReference Class > Equals Method : Equals(BatchQueueReference) Method
Compares two BatchQueueReference objects to see if they represent the same object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal bqr As BatchQueueReference _
) As System.Boolean
'Usage
 
Dim instance As BatchQueueReference
Dim bqr As BatchQueueReference
Dim value As System.Boolean
 
value = instance.Equals(bqr)
public System.bool Equals( 
   BatchQueueReference bqr
)

Parameters

bqr

Return Value

false or 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
Overload List