Method Equals
Equals(FileId?, FileId?)
Determines whether two FileId instances are equal.
Declaration
public static bool Equals(FileId? left, FileId? right)
Parameters
Returns
Equals(FileId?)
Determines whether the specified FileId is equal to the current FileId.
Declaration
public bool Equals(FileId? other)
Parameters
| Type |
Name |
Description |
| FileId |
other |
|
Returns
Implements
Equals(object?)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
The object to compare with the current object.
|
Returns
| Type |
Description |
| bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides