Function Variant.opEquals

Compares this Variant with another one with the same specification for equality.

inout bool opEquals (
  auto inout ref Variant that
);

Parameters

NameDescription
that The Variant to compare with.

Returns

true if this Variant is equal to that, false otherwise.