[This is preliminary documentation and is subject to change.]
Perform pattern match on this Erlang term without binding any variables
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Matches(
IErlObject pattern
)
public bool Matches(
IErlObject pattern
)
Public Function Matches (
pattern As IErlObject
) As Boolean
Public Function Matches (
pattern As IErlObject
) As Boolean
public:
virtual bool Matches(
IErlObject^ pattern
) sealed
public:
virtual bool Matches(
IErlObject^ pattern
) sealed
abstract Matches :
pattern : IErlObject -> bool
override Matches :
pattern : IErlObject -> bool
abstract Matches :
pattern : IErlObject -> bool
override Matches :
pattern : IErlObject -> bool
Return Value
Type:
BooleanImplements
IErlObject Matches(IErlObject)