Navigation: Code Documentation > RSCommon > CommonInterfaces > Interfaces > IVectorList > Methods
IVectorList.Equals(IVectorList) Method
Returns true if the current vector equals the input vector. All vectors in the list must equal as well for the function to return true.
Namespace: CommonInterfaces
Delphi
public function Equals( const List: IVectorList ): Boolean;
Parameters
List
Type: IVectorList
Type: Boolean
•IVectorList
•CommonInterfaces