DbComparisonExpression Class
Represents a comparison operation applied to two arguments. Equality, greater than, greater than or equal, less than, less than or equal, and inequality are comparison operations. This class cannot be inherited.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The DbComparisonExpression class requires that its arguments have a common result type. This result type must be equality comparable for Equals and NotEquals; order comparable for GreaterThan and LessThan; and both for GreaterThanOrEquals and LessThanOrEquals.
System.Data.Common.CommandTrees.DbExpression
System.Data.Common.CommandTrees.DbBinaryExpression
System.Data.Common.CommandTrees.DbComparisonExpression
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.