Returns whether the collection was changed by this operation.
            
| C# | Visual Basic | Visual C++ | J# | 
public static bool IsChanged( IChangeOperationResult changeOperationResult )
Public Shared Function IsChanged ( _ changeOperationResult As IChangeOperationResult _ ) As Boolean
public: static bool IsChanged( IChangeOperationResult^ changeOperationResult )
public static boolean IsChanged( IChangeOperationResult changeOperationResult )
- changeOperationResult (IChangeOperationResult)
 - Change operation result.
 
whether the collection was changed by this add operation.
