Boolean.Equals Method (Boolean)
.NET Framework (current version)
Returns a value indicating whether this instance is equal to a specified Boolean object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
-
Type:
System.Boolean
A Boolean value to compare to this instance.
Implements
IEquatable(Of T).Equals(T)This method implements the System.IEquatable(Of T) interface, and performs slightly better than Equals because it does not have to convert the obj parameter to an object.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: