Show / Hide Table of Contents

Struct PropertyName

Implements
IEquatable<PropertyName>
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct PropertyName : IEquatable<PropertyName>

Constructors

| Improve this Doc View Source

PropertyName(Int32)

Declaration
public PropertyName(int id)
Parameters
Type Name Description
Int32 id
| Improve this Doc View Source

PropertyName(String)

Declaration
public PropertyName(string name)
Parameters
Type Name Description
String name
| Improve this Doc View Source

PropertyName(PropertyName)

Declaration
public PropertyName(PropertyName other)
Parameters
Type Name Description
PropertyName other

Methods

| Improve this Doc View Source

Equals(Object)

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

Equals(PropertyName)

Declaration
public bool Equals(PropertyName other)
Parameters
Type Name Description
PropertyName 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

IsNullOrEmpty(PropertyName)

Declaration
public static bool IsNullOrEmpty(PropertyName prop)
Parameters
Type Name Description
PropertyName prop
Returns
Type Description
Boolean
| 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(PropertyName, PropertyName)

Declaration
public static bool operator ==(PropertyName lhs, PropertyName rhs)
Parameters
Type Name Description
PropertyName lhs
PropertyName rhs
Returns
Type Description
Boolean
| Improve this Doc View Source

Implicit(Int32 to PropertyName)

Declaration
public static implicit operator PropertyName(int id)
Parameters
Type Name Description
Int32 id
Returns
Type Description
PropertyName
| Improve this Doc View Source

Implicit(String to PropertyName)

Declaration
public static implicit operator PropertyName(string name)
Parameters
Type Name Description
String name
Returns
Type Description
PropertyName
| Improve this Doc View Source

Inequality(PropertyName, PropertyName)

Declaration
public static bool operator !=(PropertyName lhs, PropertyName rhs)
Parameters
Type Name Description
PropertyName lhs
PropertyName rhs
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