Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Equals Method (obj)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermVEquals(Object)
Indicates whether this instance and a specified object are equal.
Declaration Syntax
C#Visual BasicVisual C++F#
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 
Parameters
obj (Object)
Another object to compare to.
Return Value
Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.

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