Equals Method (other)

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog Equals Method (other)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermVEquals(PlTermV)
Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C# Visual Basic Visual C++
public bool Equals(
	PlTermV other
)
Public Function Equals ( _
	other As PlTermV _
) As Boolean
public:
virtual bool Equals(
	PlTermV other
) sealed
Parameters
other (PlTermV)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.
Remarks
// TODO compare each PlTerm in PlTermV not only the refereces in A0

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)