Next Previous Up Top Contents Index

4.3 DUIM-DCs Module

=

G.f. method

Summary

Returns #t if two objects are equal.

Signature

= color1 color2 => boolean
= pen1 pen2 => boolean
= brush1 brush2 => boolean
= text-style1 text-style2 => value

Arguments

color1
An instance of type <color>.

color2
An instance of type <color>.

pen1
An instance of type <pen>.

pen2
An instance of type <pen>.

brush1
An instance of type <brush>.

brush2
An instance of type <brush>.

text-style1
An instance of type <text-style>.

text-style2
An instance of type <text-style>.

Values

boolean
An instance of type <boolean>.

Library

duim-dcs

Module

duim-dcs

Description

Returns #t if two objects are equal.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index