Equals

FillOverlay.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also