Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
LessThanOrEqual Operator
SwiPlCs interfaceSbsSW.SwiPlCsPlTermLessThanOrEqual(PlTerm, 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 BasicVisual C++F#
public static bool operator <=(
	PlTerm term1,
	PlTerm term2
)
Public Shared Operator <= ( 
	term1 As PlTerm,
	term2 As PlTerm
) As Boolean
public:
static bool operator <=(
	PlTerm term1, 
	PlTerm term2
)
static let inline (<=)
        term1 : PlTerm * 
        term2 : PlTerm  : bool
Parameters
term1 (PlTerm)
a PlTerm
term2 (PlTerm)
a PlTerm
Return Value
Boolean
true or false

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