Constable Authorization Engine 2.0 BETA

PropertyRuleCollection.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 PropertyRule _
) As Boolean
[C#]
public virtual bool Contains(
   PropertyRule rule
);

Parameters

rule
The rule being searched for.

Return Value

true if the rule is in the collection; false otherwise.

See Also

PropertyRuleCollection Class | LaMarvin.Constable.Model Namespace