Returns whether the collection was changed by this operation.
![](../icons/collapse_all.gif)
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 )
![](../icons/collapse_all.gif)
- changeOperationResult (IChangeOperationResult)
- Change operation result.
![](../icons/collapse_all.gif)
whether the collection was changed by this operation.