<Code Lib>
2022 Method
Changes 0
M

ExternalServiceId.op_Equality

Description:
Compares two ExternalServiceId instances.

public static bool operator ==(
	ExternalServiceId first,
	ExternalServiceId second
)

Return Value bool True if the inputs are identical, false if they are different.

Loading…