Version: 2018.4
public bool Equals (VideoClipImporter rhs);

パラメーター

rhsThe importer to compare with.

戻り値

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

説明

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.