Equals

Glow.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also