AndOperator Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The AndOperator type exposes the following members.

Constructors

  Name Description
Public method AndOperator Overloaded.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Evaluate
Performs the logical-AND of the left and right expressions.
(Overrides BooleanExpression.Evaluate(IPrincipal).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Left
Gets or sets the first expression that will be evaluated - the expression to the left of the operator.
Public property Right
Gets or sets the second expression that will be evaluated - the expression to the right of the operator.

See Also

AndOperator Class

Microsoft.Practices.EnterpriseLibrary.Security Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.