STRUCT
GenericProperties
Contents
- Properties
rawJsonString
 - Methods
==(_:_:)
 
public struct GenericProperties: Properties, Equatable
Generic properties a representation may contain to assist clients to implement features not supported by the standard protocol.
Properties
rawJsonString
public let rawJsonString: String
Methods
==(::)
public static func == (lhs: GenericProperties, rhs: GenericProperties) -> Bool
Parameters
| Name | Description | 
|---|---|
| lhs | A value to compare. | 
| rhs | Another value to compare. |