| ComparerEquals Method (Object, Object) |
Namespace:
Cauldron
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.2
Syntax Parameters
- a
- Type: SystemObject
The first object to compare - b
- Type: SystemObject
The second object to compare
Return Value
Type:
Boolean
true if
a is equal to
b; otherwise, false.
See Also