Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Equals Method (other)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermVEquals(PlTermV)
Compare the size and A0 of the PltermV
Declaration Syntax
C#Visual BasicVisual C++F#
public bool Equals(
	PlTermV other
)
Public Function Equals ( 
	other As PlTermV
) As Boolean
public:
virtual bool Equals(
	PlTermV other
) sealed
abstract Equals : 
        other : PlTermV -> bool 
override Equals : 
        other : PlTermV -> bool 
Parameters
other (PlTermV)
The PlTermV to compare
Return Value
Boolean
Return false if size or A0 are not equal otherwise true.
Remarks
// TODO compare each PlTerm in PlTermV not only the refereces in A0

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