Share via


Equals Method

Performs a value comparison on two Triple objects to see if they are the same.

Namespace:  Microsoft.Imm.Sdk.Rdf
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

Syntax

public override bool Equals(
    Object obj
)

Parameters

Return Value

True if passed in Triple is equal to current Triple. False otherwise.

See Also

Triple Class

Microsoft.Imm.Sdk.Rdf Namespace