Share via


ContentType.Equality(ContentType, ContentType) Operator

Definition

Compares equality of two ContentType instances.

public static bool operator == (Azure.Core.ContentType left, Azure.Core.ContentType right);
static member ( = ) : Azure.Core.ContentType * Azure.Core.ContentType -> bool
Public Shared Operator == (left As ContentType, right As ContentType) As Boolean

Parameters

left
ContentType

The method to compare.

right
ContentType

The method to compare against.

Returns

true if ContentType values are equal for left and right, otherwise false.

Applies to