Click or drag to resize
Sandcastle Help File BuilderProjectElementEquals Method
Determines whether the specified Object is equal to the current Object.

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 with the current object.

Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.
See Also