Show / Hide Table of Contents

Enum CompareResult

The result of a comparison between two values.

Namespace: Towel
Assembly: Towel.dll
Syntax
public enum CompareResult : int

Fields

Name Description
Equal

The left operand is equal to the right operand.

Greater

The left operand is greater than the right operand.

Less

The left operand is less than the right operand.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX