Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Equals Method (obj)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTermV ► Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration Syntax
C# | Visual Basic | Visual 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.
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.60605.0 (1.1.60605.0)