

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Equality Operator
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► Equality(PlTerm, Int32)
Yields TRUE if the PlTerm is an atom or string representing the same integer as the argument,
FALSE if the conversion was not successful.
conversion of the term is done by PL_get_long

C# | Visual Basic | Visual C++ | F# |
public static bool operator ==( PlTerm term, int value )
Public Shared Operator = ( term As PlTerm, value As Integer ) As Boolean
public: static bool operator ==( PlTerm term, int value )
static let inline (=) term : PlTerm * value : int : bool

Boolean
A bool
A bool
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)