Share via


ImageMoniker.Equality(ImageMoniker, ImageMoniker) Operator

Definition

Compares two ImageMoniker values returning whether they are equal.

public static bool operator == (Microsoft.VisualStudio.Extensibility.ImageMoniker a, Microsoft.VisualStudio.Extensibility.ImageMoniker b);
static member ( = ) : Microsoft.VisualStudio.Extensibility.ImageMoniker * Microsoft.VisualStudio.Extensibility.ImageMoniker -> bool
Public Shared Operator == (a As ImageMoniker, b As ImageMoniker) As Boolean

Parameters

a
ImageMoniker

The first value to compare.

b
ImageMoniker

The second value to compare.

Returns

Whether the two values are equal.

Applies to