Returns true if the given value is disposable.
Any value. The value will be considered Disposable if it contains a method named 'dispose', and that function requires zero parameters. This value will be type guarded to Disposable if true is returned.
Returns true if the given value is disposable.