Changeset 104 for Include/Classes/System/Drawing/Color.ab
- Timestamp:
- Feb 16, 2007, 7:34:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Drawing/Color.ab
r77 r104 41 41 End Sub 42 42 43 Function Operator ==(c As Color) As B OOL43 Function Operator ==(c As Color) As Boolean 44 44 Return Equals(c) 45 45 End Function 46 46 47 Function Operator <>(c As Color) As B OOL47 Function Operator <>(c As Color) As Boolean 48 48 Return Not Equals(c) 49 49 End Function … … 109 109 End Function 110 110 111 Function Equals(c As Color) As B OOL111 Function Equals(c As Color) As Boolean 112 112 Return argb = c.argb 113 113 End Function
Note:
See TracChangeset
for help on using the changeset viewer.