Skip to main content

Match Method

Checks whether this plugin handles the specified value.

Definition

Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)

bool Match(
WeakReference<Object?> reference
)
View Source

Parameters

  WeakReference(Object)
A weak reference to the value.

Return Value

Boolean
True if the plugin can handle the value; otherwise false.

See Also

Reference

IStreamPlugin Interface
Avalonia.Data.Core.Plugins Namespace