Show / Hide Table of Contents

Class Enums.OperationRelational

Various relational operations.

Inheritance
System.Object
Enums.OperationRelational
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class OperationRelational
Remarks

See Relational(Image, String).

Fields

| Improve this Doc View Source

Equal

==

Declaration
public const string Equal = "equal"
Field Value
Type Description
System.String
| Improve this Doc View Source

Less

<

Declaration
public const string Less = "less"
Field Value
Type Description
System.String
| Improve this Doc View Source

Lesseq

<=

Declaration
public const string Lesseq = "lesseq"
Field Value
Type Description
System.String
| Improve this Doc View Source

More

Declaration
public const string More = "more"
Field Value
Type Description
System.String
| Improve this Doc View Source

Moreeq

=

Declaration
public const string Moreeq = "moreeq"
Field Value
Type Description
System.String
| Improve this Doc View Source

Noteq

!=

Declaration
public const string Noteq = "noteq"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX