|
static bool | operator== (in Identifier a, in Identifier b) |
|
static bool | operator!= (in Identifier a, in Identifier b) |
|
static bool | operator== (in Identifier identifier, string? str) |
|
static bool | operator!= (in Identifier identifier, string? str) |
|
static bool | operator== (string? str, in Identifier identifier) |
|
static bool | operator!= (string? str, in Identifier identifier) |
|
static bool | operator== (in Identifier? a, in Identifier? b) |
|
static bool | operator!= (in Identifier? a, in Identifier? b) |
|
static bool | operator== (in Identifier? a, string? b) |
|
static bool | operator!= (in Identifier? a, string? b) |
|
static bool | operator== (string str, in Identifier? identifier) |
|
static bool | operator!= (string str, in Identifier? identifier) |
|
static implicit | operator Identifier (string str) |
|
Definition at line 11 of file Identifier.cs.
◆ Identifier()
Barotrauma.Identifier.Identifier |
( |
string? |
str | ) |
|
◆ AppendIfMissing()
Identifier Barotrauma.Identifier.AppendIfMissing |
( |
string |
suffix | ) |
|
◆ CompareTo()
int Barotrauma.Identifier.CompareTo |
( |
object? |
obj | ) |
|
◆ Contains() [1/2]
bool Barotrauma.Identifier.Contains |
( |
in Identifier |
id | ) |
|
◆ Contains() [2/2]
bool Barotrauma.Identifier.Contains |
( |
string |
str | ) |
|
◆ EndsWith() [1/2]
bool Barotrauma.Identifier.EndsWith |
( |
Identifier |
id | ) |
|
◆ EndsWith() [2/2]
bool Barotrauma.Identifier.EndsWith |
( |
string |
str | ) |
|
◆ Equals() [1/2]
bool Barotrauma.Identifier.Equals |
( |
[AllowNull] Identifier |
other | ) |
|
◆ Equals() [2/2]
override bool Barotrauma.Identifier.Equals |
( |
object? |
obj | ) |
|
◆ GetHashCode()
override int Barotrauma.Identifier.GetHashCode |
( |
| ) |
|
◆ IfEmpty()
◆ operator Identifier()
static implicit Barotrauma.Identifier.operator Identifier |
( |
string |
str | ) |
|
|
static |
◆ operator!=() [1/6]
◆ operator!=() [2/6]
static bool Barotrauma.Identifier.operator!= |
( |
in Identifier |
identifier, |
|
|
string? |
str |
|
) |
| |
|
static |
◆ operator!=() [3/6]
◆ operator!=() [4/6]
static bool Barotrauma.Identifier.operator!= |
( |
in Identifier? |
a, |
|
|
string? |
b |
|
) |
| |
|
static |
◆ operator!=() [5/6]
static bool Barotrauma.Identifier.operator!= |
( |
string |
str, |
|
|
in Identifier? |
identifier |
|
) |
| |
|
static |
◆ operator!=() [6/6]
static bool Barotrauma.Identifier.operator!= |
( |
string? |
str, |
|
|
in Identifier |
identifier |
|
) |
| |
|
static |
◆ operator==() [1/6]
◆ operator==() [2/6]
static bool Barotrauma.Identifier.operator== |
( |
in Identifier |
identifier, |
|
|
string? |
str |
|
) |
| |
|
static |
◆ operator==() [3/6]
◆ operator==() [4/6]
static bool Barotrauma.Identifier.operator== |
( |
in Identifier? |
a, |
|
|
string? |
b |
|
) |
| |
|
static |
◆ operator==() [5/6]
static bool Barotrauma.Identifier.operator== |
( |
string |
str, |
|
|
in Identifier? |
identifier |
|
) |
| |
|
static |
◆ operator==() [6/6]
static bool Barotrauma.Identifier.operator== |
( |
string? |
str, |
|
|
in Identifier |
identifier |
|
) |
| |
|
static |
◆ Remove() [1/2]
◆ Remove() [2/2]
Identifier Barotrauma.Identifier.Remove |
( |
string |
subStr | ) |
|
◆ RemoveFromEnd()
Identifier Barotrauma.Identifier.RemoveFromEnd |
( |
string |
suffix | ) |
|
◆ Replace() [1/2]
◆ Replace() [2/2]
Identifier Barotrauma.Identifier.Replace |
( |
string |
subStr, |
|
|
string |
newStr |
|
) |
| |
◆ StartsWith() [1/2]
bool Barotrauma.Identifier.StartsWith |
( |
Identifier |
id | ) |
|
◆ StartsWith() [2/2]
bool Barotrauma.Identifier.StartsWith |
( |
string |
str | ) |
|
◆ ToString()
override string Barotrauma.Identifier.ToString |
( |
| ) |
|
◆ Empty
readonly Identifier Barotrauma.Identifier.Empty = default |
|
static |
◆ HashCode
int Barotrauma.Identifier.HashCode |
|
get |
◆ IsEmpty
bool Barotrauma.Identifier.IsEmpty |
|
get |
◆ Value
string Barotrauma.Identifier.Value |
|
get |