Share via


TotalsFileInfo.op_Inequality Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Compares the specified TotalsFileInfo class and object to determine whether they are different.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    a As TotalsFileInfo, _
    b As Object _
) As Boolean
public static bool operator != (
    TotalsFileInfo a,
    Object b
)
public:
static bool operator != (
    TotalsFileInfo a, 
    Object^ b
)

Parameters

  • a
    The TotalsFileInfo class to be compared to b.
  • b
    The object to be compared to a.

Return Value

True if a is not equal to b; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

TotalsFileInfo Structure
TotalsFileInfo Members
Microsoft.PointOfService Namespace