Mono Class Library: System.Boolean Overview | Members

System.Boolean.Equals Method

Determines whether the current instance and the specified bool represent the same value. [Edit]

public bool Equals (bool obj)

Parameters

obj
Documentation for this section has not yet been entered. [Edit]

Returns

true if obj has the same value as the current instance; otherwise, false.

Note: This method is implemented to support the IEquatable<Boolean> interface.

[Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0