IndexedTemplateTypeReferenceEquals Method

This is overridden to allow comparison of to indexed template type references for equality

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The instance to compare

Return Value

Boolean
True if equal, false if not

See Also