public bool Equals()

in src/PSDocs.Azure/Configuration/OutputOption.cs [41:46]


        public bool Equals(OutputOption other)
        {
            return other != null &&
                Encoding == other.Encoding &&
                Path == other.Path;
        }