ErlDouble Matches Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Perform pattern match on this Erlang term without binding any variables

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool Matches(
	IErlObject pattern
)

Return Value

Type: OnlineBoolean

Implements

IErlObject Matches(IErlObject)
See Also