Expression.TypeEqual Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates a TypeBinaryExpression that compares run-time type identity.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Shared Function TypeEqual ( _
expression As Expression, _
type As Type _
) As TypeBinaryExpression
public static TypeBinaryExpression TypeEqual(
Expression expression,
Type type
)
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.TypeBinaryExpression
A TypeBinaryExpression for which the NodeType property is equal to TypeEqual and for which the Expression and TypeOperand properties are set to the specified values.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.