Skip to main content

AlwaysFalseCondition

Assembly: ServiceStack.dll
View Source
Declaration
public class AlwaysFalseCondition : QueryCondition

Properties

Alias

View Source
Declaration
public override string Alias { get; }

Inherited Properties

Alias

View Source
Declaration
public abstract string Alias { get; }

Term

View Source
Declaration
public QueryTerm Term { get; set; }

Fields

Instance

View Source
Declaration
public static AlwaysFalseCondition Instance

Methods

Match(Object, Object)

View Source
Declaration
public override bool Match(object a, object b)
Returns

System.Boolean

Parameters
TypeName
System.Objecta
System.Objectb

Inherited Methods

CompareTo(Object, Object)

View Source
Declaration
public virtual int CompareTo(object a, object b)
Returns

System.Int32

Parameters
TypeName
System.Objecta
System.Objectb

Match(Object, Object)

View Source
Declaration
public abstract bool Match(object a, object b)
Returns

System.Boolean

Parameters
TypeName
System.Objecta
System.Objectb