Operator operator ==
- Namespace
- ComfileTech.Cfnet.Cfheader
- Assembly
- ComfileTech.Cfnet.Cfheader.dll
operator ==(Version, Version)
Compares two Version objects for equality based on their Major and Minor components.
public static bool operator ==(Version left, Version right)
Parameters
left
VersionThe first Version object to compare.
right
VersionThe second Version object to compare.
Returns
- bool
Returns true if both versions have the same Major and Minor values, otherwise false.