C# Class Hl7.Fhir.Model.CodeableConcept

显示文件 Open project: FirelyTeam/firely-net-common Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CopyTo ( IDeepCopyable other ) : IDeepCopyable
DeepCopy ( ) : IDeepCopyable
IsExactly ( IDeepComparable other ) : bool
Matches ( IDeepComparable other ) : bool

Method Details

CopyTo() public method

public CopyTo ( IDeepCopyable other ) : IDeepCopyable
other IDeepCopyable
return IDeepCopyable

DeepCopy() public method

public DeepCopy ( ) : IDeepCopyable
return IDeepCopyable

IsExactly() public method

public IsExactly ( IDeepComparable other ) : bool
other IDeepComparable
return bool

Matches() public method

public Matches ( IDeepComparable other ) : bool
other IDeepComparable
return bool