public bool Equals (VideoClipImporter rhs);

Parámetros

rhsThe importer to compare with.

Valor de retorno

bool Returns true if the settings for both VideoClipImporters match. Returns false otherwise.

Descripción

Performs a value comparison with another VideoClipImporter.

This method considers objects with identical parameters as being equal. This differs from System.Object.Equals(System.Object) which performs a reference comparison.