ObjectUrl Struct
Namespace: Stride.Core.Serialization.Contents
Assembly: Stride.Core.Serialization.dll
[DataContract]
[Serializable]
[DataSerializer(typeof(ObjectUrl.Serializer))]
public struct ObjectUrl : IEquatable<ObjectUrl>
|
Improve this Doc
View Source
Constructors
ObjectUrl(UrlType, String)
public ObjectUrl(UrlType type, string path)
Parameters
Type |
Name |
Description |
UrlType |
type |
|
System.String |
path |
|
|
Improve this Doc
View Source
Fields
Empty
public static readonly ObjectUrl Empty
Field Value
Path
public readonly string Path
Field Value
Type |
Description |
System.String |
|
Type
public readonly UrlType Type
Field Value
|
Improve this Doc
View Source
Methods
Equals(ObjectUrl)
public bool Equals(ObjectUrl other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
ToString()
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
|
Improve this Doc
View Source
Operators
Equality(ObjectUrl, ObjectUrl)
public static bool operator ==(ObjectUrl left, ObjectUrl right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(ObjectUrl, ObjectUrl)
public static bool operator !=(ObjectUrl left, ObjectUrl right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods