Click or drag to resize

TypeRefIsSameOrVarianceConvertibleTo Method

Determine if the current reference refers to the same code object as the specified reference, or is variance-convertible to it.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool IsSameOrVarianceConvertibleTo(
	SymbolicRef symbolicRef
)

Parameters

symbolicRef
Type: Nova.CodeDOMSymbolicRef

Return Value

Type: Boolean
See Also