Equals

Equals(QuoteType)

Indicates whether this instance of the quote type is equal to specified

public bool Equals(QuoteType other)
Parameter Type Description
other QuoteType Other instance of QuoteType to check

Return Value

true if are equal, false if are unequal

See Also


Equals(object)

Indicates whether this instance of the quote type is equal to specified uncasted

public override bool Equals(object obj)
Parameter Type Description
obj Object Uncasted object, expected to be of QuoteType type

Return Value

true if are equal, false if are unequal

See Also