ValueGeoJSONValueEquality(ValueGeoJSONValue, String) Operator

[Missing <summary> documentation for "M:Aerospike.Client.Value.GeoJSONValue.op_Equality(Aerospike.Client.Value.GeoJSONValue,System.String)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static bool operator ==(
	ValueGeoJSONValue o1,
	string o2
)

Parameters

o1  ValueGeoJSONValue
 
o2  String
 

Return Value

Boolean

See Also