Compares two ExternalServiceId instances.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool operator ==(
ExternalServiceId first,
ExternalServiceId second
)
Parameters
- first ExternalServiceId
- The first ExternalServiceId.
- second ExternalServiceId
- The second ExternalServiceId.
Return Value
BooleanTrue if the inputs are identical, false if they are different.
See Also
Reference