Inheritance
System.Object
InspectorInstanceRef
public class InspectorInstanceRef : IEquatable<InspectorInstanceRef>
Constructors
Declaration
public InspectorInstanceRef(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Fields
Declaration
public readonly string id
Field Value
Type |
Description |
System.String |
|
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public bool Equals(InspectorInstanceRef other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
Declaration
public static bool operator ==(InspectorInstanceRef left, InspectorInstanceRef right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(InspectorInstanceRef left, InspectorInstanceRef right)
Parameters
Returns
Type |
Description |
System.Boolean |
|