Binary.Equals Method (Binary)
Indicates whether the current Binary is equal to another Binary.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public bool Equals(
Binary other
)
Return Value
Type: Boolean
true if the current Binary is equal to
the other Binary; otherwise,
false.