Returns whether the collection was changed by this operation.
Declaration Syntax
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 )
Parameters
- changeOperationResult (IChangeOperationResult)
- Change operation result.
Return Value
whether the collection was changed by this operation.