TotalsFileInfo.Equality(TotalsFileInfo, Object) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the specified TotalsFileInfo class and object to determine whether they are the same.
public static bool operator == (Microsoft.PointOfService.TotalsFileInfo a, object b);
static member ( = ) : Microsoft.PointOfService.TotalsFileInfo * obj -> bool
Public Shared Operator == (a As TotalsFileInfo, b As Object) As Boolean
Parameters
The TotalsFileInfo to be compared to b.
- b
- Object
The object to be compared to a.
Returns
True if a is equal to b; otherwise, false.