SaaS CMS has officially launched! Learn more now.

Class EqualExpression

Summary description for EqExpression.

Inheritance
System.Object
EqualExpression
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.BaseLibrary.Search
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0
Syntax
public class EqualExpression : IExpression

Constructors

EqualExpression(String, IComparable)

Declaration
public EqualExpression(string column, IComparable value)
Parameters
Type Name Description
System.String column
System.IComparable value

Properties

Column

Declaration
public string Column { get; }
Property Value
Type Description
System.String

Value

Declaration
public IComparable Value { get; }
Property Value
Type Description
System.IComparable

Methods

IsCriteriaTrue(Object[])

Declaration
public bool IsCriteriaTrue(params object[] values)
Parameters
Type Name Description
System.Object[] values
Returns
Type Description
System.Boolean

Implements

Extension Methods