ObservableStreamPlugin.

Match(WeakReference<object>) Method

Summary

Checks whether this plugin handles the specified value.

Syntax

public virtual bool Match(WeakReference<object> reference)

Parameters

Name Type Description
reference WeakReference<object> A weak reference to the value.

Return Value

Type Description
bool True if the plugin can handle the value; otherwise false.