RVTDocs.com

ExternalServiceId.Equality Operator

Description:
Compares two ExternalServiceId instances.
Syntax
public static bool operator ==(
	ExternalServiceId first,
	ExternalServiceId second
)
Parameters
Parameter Type Description
first ExternalServiceId The first ExternalServiceId.
second ExternalServiceId The second ExternalServiceId.
Return Value
Type Description
Boolean True if the inputs are identical, false if they are different.