Equals

Blur.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also