Value.Equals Method (Double)
Indicates whether the current Value is equal to another Double-precision floating-point number.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool Equals(
double other
)
Parameters
other |
Type: System.Double |
Return Value
Type: Boolean
true if the current Value is equal to
the other Double-precision floating-point number; otherwise,
false.