Equals

PresetShadow.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also