Share via


EdmTypeSemantics.IsBoolean(IEdmTypeReference) Method

Definition

Returns true if this reference refers to a boolean type.

public static bool IsBoolean (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsBoolean : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsBoolean (type As IEdmTypeReference) As Boolean

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a boolean type.

Applies to