[Overview][Resource strings][Constants][Types][Classes][Index] |
Compares the contents of the resource to the contents of another one
Source position: resource.pp line 161
public function TAbstractResource.CompareContents( |
aResource: TAbstractResource |
):Boolean; virtual; |
aResource |
|
The resource to compare to this one |
True if the contents of the two resources are the same
This methods compares the contents of the resource with the ones of aResource. If they are of the same length and their contents are the same, true is returned, false otherwise.
Usually this methods compares the contents of the two RawData streams, calling TResourceDataStream.Compare, but descendent classes can implement a different algorithm.
|
Compares the stream to another one |