Ctc.Ods.Types.Section.Equals C# (CSharp) Method

Equals() public method

Indicates whether the current object is equal to another object of the same type.
public Equals ( ISection other ) : bool
other ISection An object to compare with this object.
return bool
        public bool Equals(ISection other)
        {
            return Equals((Section)other);
        }

Same methods

Section::Equals ( Section other ) : bool
Section::Equals ( object obj ) : bool