Show / Hide Table of Contents

Struct ObjectIdentifier

Implements
IEquatable<ObjectIdentifier>
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct ObjectIdentifier : IEquatable<ObjectIdentifier>

Properties

| Improve this Doc View Source

filePath

Declaration
public string filePath { get; }
Property Value
Type Description
String
| Improve this Doc View Source

fileType

Declaration
public FileType fileType { get; }
Property Value
Type Description
FileType
| Improve this Doc View Source

guid

Declaration
public GUID guid { get; }
Property Value
Type Description
GUID
| Improve this Doc View Source

localIdentifierInFile

Declaration
public long localIdentifierInFile { get; }
Property Value
Type Description
Int64

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

Equals(ObjectIdentifier)

Declaration
public bool Equals(ObjectIdentifier other)
Parameters
Type Name Description
ObjectIdentifier other
Returns
Type Description
Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
ValueType.GetHashCode()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ValueType.ToString()

Operators

| Improve this Doc View Source

Equality(ObjectIdentifier, ObjectIdentifier)

Declaration
public static bool operator ==(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Type Name Description
ObjectIdentifier a
ObjectIdentifier b
Returns
Type Description
Boolean
| Improve this Doc View Source

GreaterThan(ObjectIdentifier, ObjectIdentifier)

Declaration
public static bool operator>(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Type Name Description
ObjectIdentifier a
ObjectIdentifier b
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(ObjectIdentifier, ObjectIdentifier)

Declaration
public static bool operator !=(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Type Name Description
ObjectIdentifier a
ObjectIdentifier b
Returns
Type Description
Boolean
| Improve this Doc View Source

LessThan(ObjectIdentifier, ObjectIdentifier)

Declaration
public static bool operator <(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Type Name Description
ObjectIdentifier a
ObjectIdentifier b
Returns
Type Description
Boolean

Implements

System.IEquatable<T>

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX