Assembly DetailsEquals Method
This is overridden to allow proper comparison of assembly detail objects
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Returns true if the object equals this instance, false if it does not
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 which this instance is compared
Return Value
BooleanReturns true if the object equals this instance, false if it does not