Click or drag to resize

ComparerTypeWebEnum Enumeration

Enumeration to distinguish different types of comparisons

Namespace:  Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:  Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ComparerTypeWebEnum
Members
  Member nameValueDescription
Equal0 Compares using the equality operator
LessThanOrEqual1 Value a must be less than or equal to value b
GreaterThanOrEqual2 Value a must be greater than or equal to value b
LessThan3 Value a must be less than value b
GreaterThan4 Value a must be greater than value b
See Also