Id.Equals Methods
Determines whether two Id objects have the same value.
Thread safety: This method is thread-safe.
Overload List
| Name | Description | |
|---|---|---|
| Public method | Equals(System.Object obj) | Determines whether this instance and another specified Id have the same value. | 
| Public method | Equals(Id obj) | Determines whether this instance and another specified Id have the same value. | 
Equals(System.Object obj)
Determines whether this instance and another specified Id have the same value.Syntax
public System.Boolean Equals (
    System.Object obj
)Parameters
obj
 Type: System.Object
The object to compare this Id with.
The object to compare this Id with.
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
  True if this instance and obj have the same value; otherwise, False.
Equals(Id obj)
Determines whether this instance and another specified Id have the same value.Syntax
public System.Boolean Equals (
    Id obj
)Parameters
Return Value
Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.
   True if this instance and obj have the same value; otherwise, False.
Platforms
Windows, Linux, Android