Match Method
Checks whether this plugin handles the specified value.
Definition
Namespace: Avalonia.Data.Core.Plugins
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
bool Match(
WeakReference<Object?> reference
)
Function Match (
reference As WeakReference(Of Object)
) As Boolean
abstract Match :
reference : WeakReference<Object> -> bool
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