| ExpressionParserIEqualitySignatures Interface | 
[Missing <summary> documentation for "T:System.Linq.Dynamic.ExpressionParser.IEqualitySignatures"]
 
Namespace: System.Linq.DynamicAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
 Syntax
Syntaxprivate interface IEqualitySignatures : ExpressionParserIRelationalSignatures, 
	ExpressionParserIArithmeticSignatures
 Methods
Methods|  | Name | Description | 
|---|
|  | F(Decimal, Decimal) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Double, Double) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Int32, Int32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Int64, Int64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableDecimal, NullableDecimal) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableDouble, NullableDouble) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableInt32, NullableInt32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableInt64, NullableInt64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableSingle, NullableSingle) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableUInt32, NullableUInt32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableUInt64, NullableUInt64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Single, Single) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(UInt32, UInt32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(UInt64, UInt64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Boolean, Boolean) |  | 
|  | F(NullableBoolean, NullableBoolean) |  | 
|  | F(Char, Char) | (Inherited from ExpressionParserIRelationalSignatures.) | 
|  | F(DateTime, DateTime) | (Inherited from ExpressionParserIRelationalSignatures.) | 
|  | F(NullableChar, NullableChar) | (Inherited from ExpressionParserIRelationalSignatures.) | 
|  | F(NullableDateTime, NullableDateTime) | (Inherited from ExpressionParserIRelationalSignatures.) | 
|  | F(NullableTimeSpan, NullableTimeSpan) | (Inherited from ExpressionParserIRelationalSignatures.) | 
|  | F(String, String) | (Inherited from ExpressionParserIRelationalSignatures.) | 
|  | F(TimeSpan, TimeSpan) | (Inherited from ExpressionParserIRelationalSignatures.) | 
Top See Also
See Also