Mono Class Library: System.Version Overview | Members

System.Version.Equals Method

Determines whether the current instance and the specified Version represent the same value.

public bool Equals (Version obj)

Parameters

obj
Documentation for this section has not yet been entered.

Returns

A bool where true indicates obj has equal Version.Major, Version.Minor, Version.Build, and Version.Revision properties as the current instance. If obj is a null reference, returns false.

Remarks

Note: This method is implemented to support the IEquatable<Version> interface.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0