operator !=(ObjectIdentifier, ObjectIdentifier)
Returns true if the ObjectIdentifiers are different.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Operator
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
public static bool operator !=(ObjectIdentifier a, ObjectIdentifier b)
Parameters
The first object identifier to compare.
The second object identifier to compare.
Returns
Type | Description |
|---|---|
| bool | True if the two object identifiers are not equal. Otherwise, false. |
Remarks
Internal use only. See ObjectIdentifier.