Operator == overload.
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public static bool operator ==(
CacheQueryOptions x,
CacheQueryOptions y
)
Public Shared Operator = (
x As CacheQueryOptions,
y As CacheQueryOptions
) As Boolean
public:
static bool operator ==(
CacheQueryOptions^ x,
CacheQueryOptions^ y
)
static let inline (=)
x : CacheQueryOptions *
y : CacheQueryOptions : bool
Parameters
- x
- Type: Breeze.SharpCacheQueryOptions
- y
- Type: Breeze.SharpCacheQueryOptions
Return Value
Type:
Boolean
Reference