Version: 2020.1
언어: 한국어
public bool Equals (VideoClipImporter rhs);

파라미터

rhs The 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.