Version

areIdPairsEqual Method

Determines whether two IDPairs are equal.
Syntax
ASP.NET Ajax Javascript (Specification) 
function areIdPairsEqual( 
   idPair1 : Infragistics.Web.UI.IDPair,
   idPair2 : Infragistics.Web.UI.IDPair
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridUtility.areIdPairsEqual(IDPair,IDPair);

Parameters

idPair1
First IDPair to compare.
idPair2
Second IDPair to compare.

Return Value

True if the IDPairs are equal.
See Also