BTDB.EventStoreLayer.ByteArrayTypeDescriptor.Equals C# (CSharp) Метод

Equals() публичный Метод

public Equals ( ITypeDescriptor other ) : bool
other ITypeDescriptor
Результат bool
        public bool Equals(ITypeDescriptor other)
        {
            return ReferenceEquals(this, other);
        }

Same methods

ByteArrayTypeDescriptor::Equals ( ITypeDescriptor other, HashSet stack ) : bool