Expression.TypeEqual Method
.NET Framework 4
Creates a TypeBinaryExpression that compares run-time type identity.
Assembly: System.Core (in System.Core.dll)
Parameters
- expression
- Type: System.Linq.Expressions.Expression
An Expression to set the Expression property equal to.
- type
- Type: System.Type
A Type to set the TypeOperand property equal to.
Return Value
Type: System.Linq.Expressions.TypeBinaryExpressionA TypeBinaryExpression for which the NodeType property is equal to TypeEqual and for which the Expression and TypeOperand properties are set to the specified values.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.