Table of Contents

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 Version

The first Version object to compare.

right Version

The second Version object to compare.

Returns

bool

Returns true if both versions have the same Major and Minor values, otherwise false.