Пример #1
0
        public void IEquatable()
        {
            IExifValue <string> first  = this.GetExifValue();
            IExifValue <string> second = this.GetExifValue();

            Assert.True(first == second);
            Assert.True(first.Equals(second));
        }