Version.Equals Method (Object)
Returns a value indicating whether the current Version object is equal to a specified object.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public override bool Equals (
Object obj
)
Parameters
- obj
An object to compare with the current Version object, or null.
Return Value
true if the current Version object and obj are both Version objects, and every component of the current Version object matches the corresponding component of obj; otherwise, false.
Version Information
Available in the .NET Micro Framework versions 3.0, 3.5, 4.0, and 4.1.