TypeEqual Method
TOC
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Linq.Expressions
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.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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft