FrameworkName::Equals Method (Object^)
Returns a value that indicates whether this FrameworkName instance represents the same .NET Framework version as a specified object.
Assembly: System (in System.dll)
Parameters
- obj
-
Type:
System::Object^
The object to compare to the current instance.
Return Value
Type: System::Booleantrue if every component of the current FrameworkName object matches the corresponding component of obj; otherwise, false.
The method converts obj to a FrameworkName object and calls the FrameworkName::Equals(FrameworkName^) overload to test for equality. If the conversion does not succeed or if obj is null, the method returns false.
Available since 10
.NET Framework
Available since 4.0