ImageMagick.MagickGeometry.operator C# (CSharp) Method

operator() public static method

Determines whether the specified MagickGeometry instances are considered equal.
public static operator ( ) : bool
return bool
    public static bool operator ==(MagickGeometry left, MagickGeometry right)
    {
      return Equals(left, right);
    }