BTDB.FieldHandler.SimpleFieldHandlerBase.ConvertingHandler.IsCompatibleWith C# (CSharp) Method

IsCompatibleWith() public method

public IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
type System.Type
options FieldHandlerOptions
return bool
            public bool IsCompatibleWith(Type type, FieldHandlerOptions options)
            {
                return _type == type;
            }