[Overview][Types][Classes][Index] |
Compares the stream to another one
Source position: resdatastream.pp line 77
public function TResourceDataStream.Compare( |
aStream: TStream |
):Boolean; |
aStream |
|
The stream to compare to this one. It can be nil |
True if the contents of the two streams are the same
This methods compares the stream with aStream. If they are of the same length and their contents are the same, true is returned, false otherwise.
|
Compares the contents of the resource to the contents of another one |