Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 482 Bytes

RCS1240.md

File metadata and controls

28 lines (18 loc) · 482 Bytes

RCS1240: Operator is unnecessary

Property Value
Id RCS1240
Category Redundancy
Severity Info

Example

Code with Diagnostic

array.Length <= 0 RCS1240

Code with Fix

array.Length == 0

See Also

(Generated with DotMarkdown)