Skip to content

CompareSettings::Flags property

Indicates the flags that control the comparison logic.

int Flags { get; set; }
int getFlags() throws IGRException;
void setFlags(int value) throws IGRException;
@property
def Flags(self) -> int:
@property.setter
def Flags(self, value: int)
int getFlags() const;
void setFlags(int value);

Return Value

int : Provide the flags that control the comparison logic.

See Also