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
Fields
| Improve this Doc View SourceEqual
==
Declaration
public const string Equal = "equal"
Field Value
Type | Description |
---|---|
System.String |
Less
<
Declaration
public const string Less = "less"
Field Value
Type | Description |
---|---|
System.String |
Lesseq
<=
Declaration
public const string Lesseq = "lesseq"
Field Value
Type | Description |
---|---|
System.String |
More
Declaration
public const string More = "more"
Field Value
Type | Description |
---|---|
System.String |
Moreeq
=
Declaration
public const string Moreeq = "moreeq"
Field Value
Type | Description |
---|---|
System.String |
Noteq
!=
Declaration
public const string Noteq = "noteq"
Field Value
Type | Description |
---|---|
System.String |