Share via


Conversion.IsIdentity Property

Definition

Returns True if this 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

Note that identity conversion are also considered widening conversions.

Applies to