Constable Authorization Engine 2.0 BETA

ActionRuleCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines if the collection contains the specified rule.

[Visual Basic]
Overridable Public Function Contains( _
   ByVal rule As ActionRule _
) As Boolean
[C#]
public virtual bool Contains(
   ActionRule rule
);

Parameters

rule

Return Value

See Also

ActionRuleCollection Class | LaMarvin.Constable.Model Namespace