Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals(VideoClipImporter)

Performs a value comparison with another VideoClipImporter.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public bool Equals(VideoClipImporter rhs)

Parameters

The importer to compare with.

Returns

Type

Description

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

Remarks

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