AcTools.Utils.Helpers.GeoTagsEntry.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(GeoTagsEntry a, GeoTagsEntry b) {
            return a?.Equals(b) ?? (object)b == null;
        }