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