Interface IVersionRangeMatchService
Represents the service that determines whether the version is in the specified range.
Namespace: Relativity.Testing.Framework.Versioning
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IVersionRangeMatchService
Methods
| Improve this Doc View SourceIsVersionInRange(String, String)
Determines whether the version is in the specified range.
Declaration
bool IsVersionInRange(string version, string range)
Parameters
Type | Name | Description |
---|---|---|
System.String | version | The version. |
System.String | range | The range. |
Returns
Type | Description |
---|---|
System.Boolean | true if the version in range; otherwise, false. |