Method Equals
Equals(Object)
Tests an Object for equality
Declaration
public override bool Equals(object obj)
Parameters
public override bool Equals(object obj)
Object | obj | Object to compare with this instance |
Returns
Boolean | true if the |
Overrides
Equals(Section)
Tests an Section for equality
Declaration
public bool Equals(Section other)
Parameters
public bool Equals(Section other)
Section | other | Section to compare with this instance |
Returns
Boolean | true if the |