Click or drag to resize

ContentRelationSide_LinkedEquals Method (Guid, Guid)

Determines whether the target content-type is the same as the specified one.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool Equals(
	Guid modelGuid,
	Guid linkedTargetContentTypeGuid
)

Parameters

modelGuid
Type: SystemGuid
linkedTargetContentTypeGuid
Type: SystemGuid

Return Value

Type: Boolean
See Also