Determines whether the specified ItemIdList references the same object in the Windows Shell namespace.
| C# | Visual Basic | Visual C++ |
public bool Equals( ItemIdList other )
Public Function Equals ( _ other As ItemIdList _ ) As Boolean
public: bool Equals( ItemIdList^ other )
- other (ItemIdList)
- The ItemIdList to compare the current ItemIdList with.
true if the specified ItemIdList references the same shell object; otherwise false.