DocumentationSourceEquals Method

See if specified item equals this one

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare to this one

Return Value

Boolean
True if equal, false if not

Remarks

For documentation sources, equality is based solely on the SourceFile value. The configuration and platform settings are not considered.

See Also