Condividi tramite


DataServiceProviderMethods.TypeIs(Object, ResourceType) Metodo

Definizione

Determina se il valore è di un tipo specificato.

public:
 static bool TypeIs(System::Object ^ value, System::Data::Services::Providers::ResourceType ^ type);
public static bool TypeIs (object value, System.Data.Services.Providers.ResourceType type);
static member TypeIs : obj * System.Data.Services.Providers.ResourceType -> bool
Public Shared Function TypeIs (value As Object, type As ResourceType) As Boolean

Parametri

value
Object

Valore da controllare.

type
ResourceType

Oggetto ResourceType con cui eseguire il confronto.

Restituisce

true se il valore è del tipo specificato; in caso contrario, false.

Si applica a