Method Equals
Equals(object?)
Determines if another object is equals to this class instance.
public override bool Equals(object? obj)
Parameters
obj
objectThe another object which will be used to compare.
Returns
Equals(ListeningPort)
Determines if this ListeningPort is equals to another ListeningPort.
public bool Equals(ListeningPort other)
Parameters
other
ListeningPortThe another object which will be used to compare.