Conversion.IsReference Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the conversion is an implicit reference conversion or explicit reference conversion.
public:
 property bool IsReference { bool get(); };public bool IsReference { get; }member this.IsReference : boolPublic ReadOnly Property IsReference As BooleanProperty Value
Remarks
Implicit and explicit reference conversions are described in sections 6.1.6 and 6.2.4 of the C# language specification.