dbicCalc Send comments on this topic.
Equal Method
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > dbiCalc Class : Equal Method

Processes the equal method, equivalent to pressing the '=' button.

Syntax

Visual Basic (Declaration) 
Public Sub Equal() 
C# 
public void Equal()

Remarks

This method is only used to duplicate the pressing of the '=' key, if you want to get or set the current value of the calculator use the Value Property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also