Equals

Equals(QuoteType)

Indikerar om denna instans av offerttypen är lika med specificerad

public bool Equals(QuoteType other)
Parameter Typ Beskrivning
other QuoteType Annan instans av QuoteType att kontrollera

Returvärde

sant om är lika, falskt om är ojämlika

Se även


Equals(object)

Indikerar om denna instans av citattypen är lika med specificerad uncasted

public override bool Equals(object obj)
Parameter Typ Beskrivning
obj Object Ogjutet föremål, förväntas vara avQuoteType typ

Returvärde

sant om är lika, falskt om är ojämlika

Se även