Mono Class Library: System.Version Overview | MembersSystem.Version.Equals Method |
Determines whether the current instance and the specified Version represent the same value. [Edit]
|
- obj
- Documentation for this section has not yet been entered. [Edit]
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. [Edit]
Note: This method is implemented to support the IEquatable<Version> interface.[Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0