DirectIOData.Equality(DirectIOData, Object) Operator

Definition

Compares the specified DirectIOData and object to determine whether they are equal.

public static bool operator == (Microsoft.PointOfService.DirectIOData a, object b);
static member ( = ) : Microsoft.PointOfService.DirectIOData * obj -> bool
Public Shared Operator == (a As DirectIOData, b As Object) As Boolean

Parameters

a
DirectIOData

The DirectIOData to be compared to b.

b
Object

The object to be compared to a.

Returns

True if the value of a is equal to the value of b; otherwise, false.

Applies to