Equals Method (Boolean)
Collapse the table of content
Expand the table of content

Boolean.Equals Method (Boolean)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns a value indicating whether this instance is equal to a specified Boolean object.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Function Equals ( _
	obj As Boolean _
) As Boolean

Parameters

obj
Type: System.Boolean
A Boolean value to compare to this instance.

Return Value

Type: System.Boolean
true if obj has the same value as this instance; otherwise, false.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft