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(Symbol)
Tests an Symbol for equality
Declaration
public bool Equals(Symbol other)
Parameters
public bool Equals(Symbol other)
Symbol | other | Symbol to compare with this instance |
Returns
Boolean | true if the |