BoolList.Equals(Object) Method
In This Article
Determines whether the specified object is equal to the current BoolList.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object that can be cast to the System. |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified object’s Boolean value equals the current Bool |
#Remarks
Generally, you do not need to call this method. The BoolList class overrides this method, to allow you to use instances of the BoolList class in Boolean expressions, and compare such instances directly to Boolean values. The following code snippet illustrates this.
See Also