共用方式為


PointCardReceiveLengths.Equality(PointCardReceiveLengths, Object) Operator

Definition

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

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

Parameters

b
Object

The object to be compared to a

Returns

A boolean indicating whether a and b are equal. The boolean is true if a is equal to b; otherwise, it is false.

Applies to