Change.Apply Method

Definition

When implemented in a derived class, applies the change to the current instance.

public:
 abstract bool Apply();
public abstract bool Apply ();
abstract member Apply : unit -> bool
Public MustOverride Function Apply () As Boolean

Returns

true if the change was applied to the current instance; otherwise, false.

Applies to