Returns true, if this instance has at least one media type string that matches
one of the media type strings of other
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public bool MatchesMediaType(
RdfFormat other
) |
| Visual Basic |
|---|
Public Function MatchesMediaType (
other As RdfFormat
) As Boolean |
| Visual C++ |
|---|
public:
bool MatchesMediaType(
RdfFormat^ other
) |
| F# |
|---|
member MatchesMediaType :
other : RdfFormat -> bool
|
Parameters
- other
- Type: BrightstarDB..::..RdfFormat
Return Value
Type:
Boolean[Missing <returns> documentation for "M:BrightstarDB.RdfFormat.MatchesMediaType(BrightstarDB.RdfFormat)"]
See Also