<Code Lib>
2026 Method
Changes 0
M

ExternalServiceId.op_Equality

Description:
Compares two ExternalServiceId instances.

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

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

Loading…