Gets a value indicating whether TargetValue is the default value for its type.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public bool TargetValueIsDefault { get; }
Visual Basic (Declaration)
Public ReadOnly Property TargetValueIsDefault As Boolean

Field Value

true if TargetValue is the default value for it's type; otherwise, false.

See Also