Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Equality Operator
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► Equality(Int32, PlTerm)
Yields TRUE if the PlTerm is an atom or string representing the same text as the argument,
FALSE if the conversion was successful, but the strings are not equal and an
type_error exception if the conversion failed.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static bool operator ==( int value, PlTerm term )
Public Shared Operator = ( value As Integer, term As PlTerm ) As Boolean
public: static bool operator ==( int value, PlTerm term )
static let inline (=) value : int * term : PlTerm : bool
Return Value
Boolean
true or false
true or false
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)