Show / Hide Table of Contents

Enum RelationalOperator

Defines the most common numerical relational operators.

Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum RelationalOperator
Remarks

For more information please refer to this Wikipedia article: http://en.wikipedia.org/wiki/Relational_operator#Standard_relational_operators.

Fields

Name Description
Equal

A comparison for equality (==).

GreaterThan

A comparison for greater than (>).

GreaterThanOrEqual

A comparison for greater than or equal to (>=).

LessThan

A comparison for less than (<).

LessThanOrEqual

A comparison for less than or equal to (<=).

NotEqual

A comparison for inequality (!=).

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX