BTDB.FieldHandler.ByteArrayFieldHandler.ByteBufferHandler.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 typeof(ByteBuffer) == type;
            }