ProductVersionProperty

A property that represents a product version.

The confidence of a match (see confidenceMatching) is determined by comparing the version values.

Constructors

Link copied to clipboard
constructor(value: ProductVersion, source: PropertySource)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

This method is used to compare the property with another property of the same type. Instead of a Boolean it must return a MatchingConfidence that expresses how confident the match is.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String