AssemblyDetailsEquals 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: 2024.12.21.0
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to which this instance is compared

Return Value

Boolean
Returns true if the object equals this instance, false if it does not

See Also