IVersionSpecIsMinInclusive Property |
True if minVersion is included in the version spec.
False if only versions higher (but not equal) to minVersion are in the version spec.
Namespace: semver.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool IsMinInclusive { get; }
ReadOnly Property IsMinInclusive As Boolean
Get
property bool IsMinInclusive {
bool get ();
}
abstract IsMinInclusive : bool with get
Property Value
Type:
Boolean
See Also