Share via


VideoMode.Inequality(VideoMode, Object) Operator

Definition

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

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

Parameters

a
VideoMode

The VideoMode to be compared to b

b
Object

The Object to be compared to a

Returns

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

Applies to