Click or drag to resize

TypeDeclIsSameAs Method

Check if the specified TypeDecl is identical to OR has the same name/namespace as the current one (could be different parts).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsSameAs(
	TypeDecl typeDecl
)

Parameters

typeDecl
Type: Nova.CodeDOMTypeDecl

Return Value

Type: Boolean
See Also