Expression.TypeEqual Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a TypeBinaryExpression that compares run-time type identity.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Shared Function TypeEqual ( _ expression As Expression, _ type As Type _ ) As TypeBinaryExpression
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.
Show: