Equals

OuterShadow.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also