HeifItemIdEquality Operator
Implements the operator ==.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public static bool operator ==(
HeifItemId left,
HeifItemId right
)
Public Shared Operator = (
left As HeifItemId,
right As HeifItemId
) As Boolean
public:
static bool operator ==(
HeifItemId left,
HeifItemId right
)
static let inline (=)
left : HeifItemId *
right : HeifItemId : bool
- left HeifItemId
- The left.
- right HeifItemId
- The right.
Boolean
The result of the operator.