BTDB.EventStoreLayer.ByteArrayTypeDescriptor.Equals C# (CSharp) Method

Equals() public method

public Equals ( ITypeDescriptor other ) : bool
other ITypeDescriptor
return bool
        public bool Equals(ITypeDescriptor other)
        {
            return ReferenceEquals(this, other);
        }

Same methods

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