Click or drag to resize
Sandcastle Help File BuilderDocumentationSourceEquals Method
See if specified item equals this one

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

Parameters

obj
Type: SystemObject
The object to compare to this one

Return Value

Type: 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