Click or drag to resize

YVersionInequality Operator

Check if version1 is not equal to than version2.

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static bool operator !=(
	YVersion version1,
	YVersion version2
)

Parameters

version1  YVersion
The first version to compare.
version2  YVersion
The second version to compare.

Return Value

Boolean
Returns true or false.
See Also