Equality Operator

SbsSW.SwiPlCs

Copy image CopyHover image
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 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
Parameters
term (PlTerm)
a PlTerm
value (Int32)
a int
Return Value
Boolean
A bool

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