MSHelp KeywordEquals Method
Determines whether the specified object is equal to the current object.
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
if the specified object is equal to the current object; otherwise, .
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public override bool Equals(
Object obj
)VB
Public Overrides Function Equals (
obj As Object
) As BooleanC++
public:
virtual bool Equals(
Object^ obj
) overrideF#
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleanif the specified object is equal to the current object; otherwise, .