Skip to main content
All docs
V23.2

IsExactTypeFunction.IsExactType(Object, Type) Method

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static bool IsExactType(
    object obj,
    Type type
)

Parameters

Name Type
obj Object
type Type

Returns

Type
Boolean
See Also