Metodo DataServiceProviderMethods.TypeIs
Determina se il valore è di un tipo specificato.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Shared Function TypeIs ( _
value As Object, _
type As ResourceType _
) As Boolean
'Utilizzo
Dim value As Object
Dim type As ResourceType
Dim returnValue As Boolean
returnValue = DataServiceProviderMethods.TypeIs(value, _
type)
public static bool TypeIs(
Object value,
ResourceType type
)
public:
static bool TypeIs(
Object^ value,
ResourceType^ type
)
static member TypeIs :
value:Object *
type:ResourceType -> bool
public static function TypeIs(
value : Object,
type : ResourceType
) : boolean
Parametri
- value
Tipo: System.Object
Valore da controllare.
- type
Tipo: System.Data.Services.Providers.ResourceType
Oggetto ResourceType con cui eseguire il confronto.
Valore restituito
Tipo: System.Boolean
True se il valore è del tipo specificato; in caso contrario, false.