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 | |
---|---|---|
AndOperator | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Evaluate |
Performs the logical-AND of the left and right expressions.
(Overrides BooleanExpression.Evaluate(IPrincipal).) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Left |
Gets or sets the first expression that will be evaluated - the expression to the left of the operator.
|
|
Right |
Gets or sets the second expression that will be evaluated - the expression to the right of the operator.
|
See Also
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. |