Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
areIdPairsEqual Method
Determines whether two IDPairs are equal.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function areIdPairsEqual(
: Infragistics.Web.UI.IDPair,
: 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