Equals

InnerShadow.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also