Returns true if this triple matches the specified triple allowing NULL in Graph, Subject, Predicate an Object to stand for a wildcard

Namespace: BrightstarDB.Model
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
bool Matches(
	ITriple other
)
Visual Basic
Function Matches ( 
	other As ITriple
) As Boolean
Visual C++
bool Matches(
	ITriple^ other
)
F#
abstract Matches : 
        other : ITriple -> bool 

Parameters

other
Type: BrightstarDB.Model..::..ITriple
The other triple to match with

Return Value

Type: Boolean
True if there is a match in the non-null parts of both triples, false otherwise

See Also