Equals

Tint.Equals method

Determines whether the specified Tint is equal to the current Tint.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Tint to compare.

Return Value

true if objects are equal; otherwise, false.

See Also