Owin.Types.AppBuilder.AddressCollection.Equals C# (CSharp) Method

Equals() public method

public Equals ( AddressCollection other ) : bool
other AddressCollection
return bool
        public bool Equals(AddressCollection other)
        {
            return Equals(_list, other._list);
        }

Same methods

AddressCollection::Equals ( object obj ) : bool