Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Equality Operator
SwiPlCs interfaceSbsSW.SwiPlCsPlTermEquality(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
Declaration Syntax
C#Visual BasicVisual C++F#
public static bool operator ==(
	PlTerm term,
	int lng
)
Public Shared Operator = ( 
	term As PlTerm,
	lng As Integer
) As Boolean
public:
static bool operator ==(
	PlTerm term, 
	int lng
)
static let inline (=)
        term : PlTerm * 
        lng : int  : bool
Parameters
term (PlTerm)
a PlTerm
lng (Int32)
a int
Return Value
Boolean
A bool

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)