Click or drag to resize

SemanticVersionInequality Operator

Implements the operator !=.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public static bool operator !=(
	SemanticVersion left,
	SemanticVersion right
)

Parameters

left
Type: TomsToolbox.EssentialsSemanticVersion
The left.
right
Type: TomsToolbox.EssentialsSemanticVersion
The right.

Return Value

Type: Boolean
The result of the operator.
See Also