[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the list of parameters equal
Source position: db.pas line 1276
public function TParams.IsEqual( |
Value: TParams |
):Boolean; |
Value |
|
Collection of TParam values. |
True if all items in Value match the own items
IsEqual compares the parameter count of Value and if it matches, it compares all TParam items of Value with the items it owns. If all items are equal (all properties match), then True is returned. The items are compared on index, so the order is important.
|
Parameter description class |