Share via


Conversion.IsIdentity Property

Definition

Returns true if the conversion is an identity conversion.

public:
 property bool IsIdentity { bool get(); };
public bool IsIdentity { get; }
member this.IsIdentity : bool
Public ReadOnly Property IsIdentity As Boolean

Property Value

Remarks

Identity conversions are described in section 6.1.1 of the C# language specification.

Applies to