[Missing <summary> documentation for "M:StreamBase.LiveView.API.SemanticInterpretation.Equals(StreamBase.LiveView.API.SemanticInterpretation)"]

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Equals(
	SemanticInterpretation other
)
Public Function Equals ( _
	other As SemanticInterpretation _
) As Boolean
public:
virtual bool Equals(
	SemanticInterpretation^ other
) sealed

Parameters

other
SemanticInterpretation

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also