This document is archived and information here might be outdated. Recommended version. |
Combines the record numbers that are common to both collections into a single collection.
[Visual Basic .NET] Public Function And ( _ ByVal otherRecordNumberSet As IRecordNumberSet _ ) As IRecordNumberSet
[C#] public IRecordNumberSet And ( IRecordNumberSet otherRecordNumberSet );
[C++]
HRESULT And(
IRecordNumberSet* otherRecordNumberSet
);
[C++] Parameters otherRecordNumberSet [in]
otherRecordNumberSet is a parameter of type IRecordNumberSet*