FilterRuleExtensions.DeepCopy(FilterRule) Method

Definition

Creates a deep copy of a FilterRule.

public:
 static Microsoft::Management::UI::Internal::FilterRule ^ DeepCopy(Microsoft::Management::UI::Internal::FilterRule ^ rule);
public:
 static Microsoft::Management::UI::Internal::FilterRule ^ DeepCopy(Microsoft::Management::UI::Internal::FilterRule ^ rule);
 static Microsoft::Management::UI::Internal::FilterRule DeepCopy(Microsoft::Management::UI::Internal::FilterRule const & rule);
public static Microsoft.Management.UI.Internal.FilterRule DeepCopy (this Microsoft.Management.UI.Internal.FilterRule rule);
static member DeepCopy : Microsoft.Management.UI.Internal.FilterRule -> Microsoft.Management.UI.Internal.FilterRule
<Extension()>
Public Function DeepCopy (rule As FilterRule) As FilterRule

Parameters

rule
FilterRule

The FilterRule to clone.

Returns

Returns a deep copy of the passed in rule.

Applies to