Equals Method (obj)

SWI-Prolog SbsSW.SwiPlCs

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

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